MetaFox

Privacy extends Model
in package
implements Entity Uses HasEntity

Class Privacy.

Tags
mixin

Builder

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

$owner_type

public string $owner_type

$privacy_type

public string $privacy_type

$timestamps

public mixed $timestamps = false

$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
int

entityType()

public entityType() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

        
On this page

Search results