MetaFox

UserPrivacy extends Model
in package
Uses HasEntity

Class UserPrivacy.

Tags
mixin

Builder

Table of Contents

Constants

ENTITY_TYPE  = 'user_privacy'

Properties

$id  : int
$name  : string
$privacy  : int
$privacy_id  : int
$timestamps  : mixed
$type_id  : int
$user_id  : int
$fillable  : mixed
$table  : mixed

Methods

entityId()  : int
entityType()  : string
moduleName()  : string

Constants

ENTITY_TYPE

public mixed ENTITY_TYPE = 'user_privacy'

Properties

$fillable

protected mixed $fillable = ['user_id', 'type_id', 'name', 'privacy', 'privacy_id']

$table

protected mixed $table = 'user_privacy_values'

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