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
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'report_owner_user'
Properties
$created_at
public
string
$created_at
$feedback
public
string
$feedback
$id
public
int
$id
$ip_address
public
string
$ip_address
$reason
public
ReportReason
$reason
$reason_id
public
int
$reason_id
$report
public
ReportOwner
$report
$report_id
public
int
$report_id
$updated_at
public
string
$updated_at
$fillable
protected
array<string|int, string>
$fillable
= ['user_id', 'user_type', 'reason_id', 'report_id', 'ip_address', 'feedback']
$table
protected
mixed
$table
= 'report_owner_users'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringfactory()
public
static factory(mixed $parameters) : ReportOwnerUserFactory
Parameters
- $parameters : mixed
Return values
ReportOwnerUserFactorygetUserAttribute()
public
getUserAttribute() : mixed
getUserEntityAttribute()
public
getUserEntityAttribute() : mixed
isUser()
check if $user is the user (creator) of entity.
public
isUser(User $user) : bool
Parameters
- $user : User
Return values
boolmoduleName()
public
moduleName() : string
Return values
stringreason()
public
reason() : HasOne
Return values
HasOnereport()
public
report() : HasOne
Return values
HasOneuser()
public
user() : MorphTo
Return values
MorphTouserEntity()
public
userEntity() : BelongsTo
Return values
BelongsTouserId()
public
userId() : int
Return values
intuserType()
public
userType() : string
Return values
stringnewFactory()
protected
static newFactory() : ReportOwnerUserFactory