MetaFox

Stream extends Model
in package

Class Stream.

Tags
mixin

Builder

Table of Contents

Constants

ENTITY_TYPE  = 'activity_stream'
STATUS_ALLOW  = 1

Properties

$created_at  : string
$feed_id  : int
$id  : int
$item_id  : int
$item_type  : string
$owner_id  : int
$owner_type  : string
$privacy_id  : int
$status  : int
$updated_at  : string
$user_id  : int
$fillable  : mixed
$table  : mixed

Methods

activity()  : BelongsTo

Constants

ENTITY_TYPE

public mixed ENTITY_TYPE = 'activity_stream'

STATUS_ALLOW

public mixed STATUS_ALLOW = 1

Properties

$created_at

public string $created_at

$item_type

public string $item_type

$owner_type

public string $owner_type

$privacy_id

public int $privacy_id

$updated_at

public string $updated_at

$fillable

protected mixed $fillable = ['feed_id', 'user_id', 'owner_id', 'owner_type', 'item_id', 'item_type', 'privacy_id', 'status', 'created_at', 'updated_at']

$table

protected mixed $table = 'activity_streams'

Methods

activity()

public activity() : BelongsTo
Return values
BelongsTo

        
On this page

Search results