MetaFox

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

Class CancelFeedback.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'user_cancel_feedback'

Properties

$created_at  : string
$email  : string
$extra  : array<string|int, mixed>
$feedback_text  : string
$id  : int
$name  : string
$phone_number  : string
$reason  : CancelReason
$role  : Role|null
$updated_at  : string
$user_group_id  : string
$casts  : mixed
$fillable  : array<string|int, string>
$table  : mixed

Methods

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

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['email', 'name', 'user_group_id', 'feedback_text', 'reason_id', 'reasons_given', 'user_id', 'user_type', 'phone_number', 'extra', 'created_at', 'updated_at']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public factory(mixed $parameters) : CancelFeedbackFactory
Parameters
$parameters : mixed
Return values
CancelFeedbackFactory

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() : CancelFeedbackFactory
Return values
CancelFeedbackFactory

        
On this page

Search results