MetaFox

Subscription extends Model
in package

Class Subscription.

Tags
mixin

Builder

Table of Contents

Constants

ENTITY_TYPE  = 'activity_subscription'

Properties

$id  : int
$is_active  : bool
$owner_id  : int
$timestamps  : mixed
$user_id  : int
$fillable  : mixed
$table  : mixed

Constants

ENTITY_TYPE

public mixed ENTITY_TYPE = 'activity_subscription'

Properties

$fillable

protected mixed $fillable = ['owner_id', 'user_id', 'is_active', 'special_type']

$table

protected mixed $table = 'activity_subscriptions'

        
On this page

Search results