Subscription
extends Model
in package
Class Subscription.
Tags
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
$id
public
int
$id
$is_active
public
bool
$is_active
$owner_id
public
int
$owner_id
$timestamps
public
mixed
$timestamps
= false
$user_id
public
int
$user_id
$fillable
protected
mixed
$fillable
= ['owner_id', 'user_id', 'is_active', 'special_type']
$table
protected
mixed
$table
= 'activity_subscriptions'