Privacy
extends Model
in package
implements
Entity
Uses
HasEntity
Class Privacy.
Tags
Table of Contents
Interfaces
- Entity
- Interface Entity.
Constants
- ENTITY_TYPE = 'core_privacy'
Properties
- $item_id : int
- $item_type : string
- $owner_id : int
- $owner_type : string
- $privacy : int
- $privacy_id : int
- $privacy_type : string
- $timestamps : mixed
- $user_id : int
- $user_type : string
- $fillable : mixed
- $primaryKey : mixed
- $table : mixed
Methods
- entityId() : int
- entityType() : string
- moduleName() : string
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'core_privacy'
Properties
$item_id
public
int
$item_id
$item_type
public
string
$item_type
$owner_id
public
int
$owner_id
$owner_type
public
string
$owner_type
$privacy
public
int
$privacy
$privacy_id
public
int
$privacy_id
$privacy_type
public
string
$privacy_type
$timestamps
public
mixed
$timestamps
= false
$user_id
public
int
$user_id
$user_type
public
string
$user_type
$fillable
protected
mixed
$fillable
= ['item_id', 'item_type', 'user_id', 'user_type', 'owner_id', 'owner_type', 'privacy_type', 'privacy']
$primaryKey
protected
mixed
$primaryKey
= 'privacy_id'
$table
protected
mixed
$table
= 'core_privacy'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringmoduleName()
public
moduleName() : string