MetaFox

PhotoGroupItem extends Model
in package
implements Entity Uses HasEntity, HasFactory, HasItemMorph

Class PhotoGroupItem.

Tags
mixin

Builder

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'photo_set_item'

Properties

$created_at  : string
$detail  : Content
$group  : PhotoGroup
$group_id  : int
$id  : int
$item_type  : string
$ordering  : int
$updated_at  : string
$fillable  : mixed
$table  : mixed
$with  : array<string|int, string>

Methods

detail()  : MorphTo
entityId()  : int
entityType()  : string
factory()  : PhotoGroupItemFactory
getItemAttribute()  : mixed
group()  : BelongsTo
isApproved()  : bool
item()  : MorphTo|null
itemId()  : int
itemType()  : string
moduleName()  : string
newFactory()  : PhotoGroupItemFactory

Constants

Properties

$fillable

protected mixed $fillable = ['group_id', 'item_type', 'item_id', 'ordering', 'created_at', 'updated_at']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public static factory() : PhotoGroupItemFactory
Return values
PhotoGroupItemFactory

item()

public item() : MorphTo|null
Return values
MorphTo|null

itemType()

public itemType() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : PhotoGroupItemFactory
Return values
PhotoGroupItemFactory

        
On this page

Search results