NetworkStream
extends Model
in package
Class NetworkStream.
Table of Contents
Properties
- $item_id : int
- $item_type : int
- $network_id : int
- $timestamps : mixed
- $fillable : mixed
- $primaryKey : mixed
- $table : mixed
Properties
$item_id
public
int
$item_id
$item_type
public
int
$item_type
$network_id
public
int
$network_id
$timestamps
public
mixed
$timestamps
= false
$fillable
protected
mixed
$fillable
= ['network_id', 'item_id', 'item_type']
$primaryKey
protected
mixed
$primaryKey
= 'stream_id'
$table
protected
mixed
$table
= 'core_network_streams'