MetaFox

ConversionRequest extends Model
in package
implements Entity, HasUrl Uses HasEntity, HasFactory, HasUserMorph

Class ConversionRequest

Table of Contents

Interfaces

Entity
Interface Entity.
HasUrl

Constants

ENTITY_TYPE  = 'activitypoint_conversion_request'

Properties

$casts  : mixed
$id  : int
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
getActualTextAttribute()  : string
getCommissionTextAttribute()  : string
getIsApprovedAttribute()  : bool
getIsCancelledAttribute()  : bool
getIsDeniedAttribute()  : bool
getIsPendingAttribute()  : bool
getStatusTextAttribute()  : string
getTotalTextAttribute()  : string
getUserAttribute()  : mixed
getUserEntityAttribute()  : mixed
isUser()  : bool
check if $user is the user (creator) of entity.
moduleName()  : string
statistic()  : BelongsTo
toAdminCPUrl()  : string
toLink()  : string|null
toRouter()  : string|null
toUrl()  : string|null
user()  : MorphTo
userEntity()  : BelongsTo
userId()  : int
userType()  : string

Constants

Properties

$casts

public mixed $casts = ['points' => 'integer', 'total' => 'float', 'commission' => 'float', 'actual' => 'float']

$fillable

protected array<string|int, string> $fillable = ['user_id', 'user_type', 'points', 'currency', 'total', 'commission', 'actual', 'status', 'denied_reason', 'created_at', 'updated_at']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

getActualTextAttribute()

public getActualTextAttribute() : string
Return values
string

getCommissionTextAttribute()

public getCommissionTextAttribute() : string
Return values
string

getIsApprovedAttribute()

public getIsApprovedAttribute() : bool
Return values
bool

getIsCancelledAttribute()

public getIsCancelledAttribute() : bool
Return values
bool

getIsDeniedAttribute()

public getIsDeniedAttribute() : bool
Return values
bool

getIsPendingAttribute()

public getIsPendingAttribute() : bool
Return values
bool

getStatusTextAttribute()

public getStatusTextAttribute() : string
Return values
string

getTotalTextAttribute()

public getTotalTextAttribute() : string
Return values
string

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

        
On this page

Search results