MetaFox

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

Class ReportOwnerUser.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'report_owner_user'

Properties

$created_at  : string
$feedback  : string
$id  : int
$ip_address  : string
$reason  : ReportReason
$reason_id  : int
$report  : ReportOwner
$report_id  : int
$updated_at  : string
$fillable  : array<string|int, string>
$table  : mixed

Methods

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

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['user_id', 'user_type', 'reason_id', 'report_id', 'ip_address', 'feedback']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

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

        
On this page

Search results