PrivacyMember
extends Model
in package
implements
IsPrivacyMemberInterface, Entity
Uses
HasEntity
Class PrivacyData.
Tags
Table of Contents
Interfaces
- IsPrivacyMemberInterface
- Entity
- Interface Entity.
Constants
- ENTITY_TYPE = 'core_privacy_member'
Properties
- $id : int
- $privacy_id : int
- $timestamps : mixed
- $user_id : int
- $fillable : mixed
- $table : mixed
Methods
- entityId() : int
- entityType() : string
- moduleName() : string
- privacyId() : mixed
- userId() : mixed
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'core_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
= ['user_id', 'privacy_id']
$table
protected
mixed
$table
= 'core_privacy_members'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringmoduleName()
public
moduleName() : string
Return values
stringprivacyId()
public
privacyId() : mixed
userId()
public
userId() : mixed