PrivacyMember
extends Model
in package
Class PrivacyMember.
Tags
Table of Contents
Constants
- ENTITY_TYPE = 'activity_privacy_member'
Properties
- $id : int
- $privacy_id : int
- $timestamps : mixed
- $user_id : int
- $fillable : mixed
- $table : mixed
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'activity_privacy_member'
Properties
$id
public
int
$id
$privacy_id
public
int
$privacy_id
$timestamps
public
mixed
$timestamps
= false
$user_id
public
int
$user_id
$fillable
protected
mixed
$fillable
= ['privacy_id', 'user_id']
$table
protected
mixed
$table
= 'activity_privacy_members'