Network
extends Model
in package
Class Network.
Table of Contents
Properties
- $item_id : int
- $item_type : string
- $network_id : int
- $parent_network_id : int
- $timestamps : mixed
- $fillable : mixed
- $table : mixed
Properties
$item_id
public
int
$item_id
$item_type
public
string
$item_type
$network_id
public
int
$network_id
$parent_network_id
public
int
$parent_network_id
$timestamps
public
mixed
$timestamps
= false
$fillable
protected
mixed
$fillable
= ['parent_network_id', 'item_id', 'item_type']
$table
protected
mixed
$table
= 'core_networks'