UserPrivacyType
extends Model
in package
Uses
HasEntity, HasFactory
Class UserPrivacyType.
Tags
Table of Contents
Constants
- ENTITY_TYPE = 'user_privacy_type'
Properties
- $id : int
- $name : string
- $privacy_default : int
- $timestamps : mixed
- $fillable : mixed
- $table : mixed
Methods
- entityId() : int
- entityType() : string
- factory() : mixed
- moduleName() : string
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'user_privacy_type'
Properties
$id
public
int
$id
$name
public
string
$name
$privacy_default
public
int
$privacy_default
$timestamps
public
mixed
$timestamps
= false
$fillable
protected
mixed
$fillable
= ['name', 'privacy_default']
$table
protected
mixed
$table
= 'user_privacy_types'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringfactory()
public
static factory([array<string|int, mixed> $parameters = [] ]) : mixed
Parameters
- $parameters : array<string|int, mixed> = []
moduleName()
public
moduleName() : string