MetaFox

UserPrivacyResource extends Model
in package
Uses HasEntity, HasFactory

Class UserPrivacyResource.

Table of Contents

Constants

ENTITY_TYPE  = 'user_privacy_resource'

Properties

$entity_type  : string
$id  : int
$phrase  : string
$privacy_default  : int
$timestamps  : mixed
$type_id  : string
$fillable  : array<string|int, string>
$table  : mixed

Methods

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

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['entity_type', 'type_id', 'phrase', 'privacy_default']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public static factory([array<string, mixed> $parameters = [] ]) : UserPrivacyResourceFactory
Parameters
$parameters : array<string, mixed> = []
Return values
UserPrivacyResourceFactory

moduleName()

public moduleName() : string
Return values
string

        
On this page

Search results