MetaFox

UserValue extends Model
in package
implements Entity Uses HasEntity, HasFactory, HasUserMorph

Class UserValue.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'user_value'

Properties

$default_value  : int
$id  : int
$name  : string
$ordering  : int
$timestamps  : mixed
$value  : int
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
factory()  : UserValueFactory
getUserAttribute()  : mixed
getUserEntityAttribute()  : mixed
isUser()  : bool
check if $user is the user (creator) of entity.
moduleName()  : string
user()  : MorphTo
userEntity()  : BelongsTo
userId()  : int
userType()  : string
newFactory()  : UserValueFactory

Constants

ENTITY_TYPE

public mixed ENTITY_TYPE = 'user_value'

Properties

$timestamps

public mixed $timestamps = false

$fillable

protected array<string|int, string> $fillable = ['user_id', 'user_type', 'name', 'value', 'default_value', 'ordering']

$table

protected mixed $table = 'user_values'

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public static factory(mixed $parameters) : UserValueFactory
Parameters
$parameters : mixed
Return values
UserValueFactory

getUserEntityAttribute()

public getUserEntityAttribute() : mixed

isUser()

check if $user is the user (creator) of entity.

public isUser(User $user) : bool
Parameters
$user : User
Return values
bool

moduleName()

public moduleName() : string
Return values
string

userEntity()

public userEntity() : BelongsTo
Return values
BelongsTo

userType()

public userType() : string
Return values
string

newFactory()

protected static newFactory() : UserValueFactory
Return values
UserValueFactory

        
On this page

Search results