MetaFox

CategoryRelation extends Model
in package
implements Entity Uses HasEntity, HasFactory

Class CategoryRelation

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ENTITY_TYPE  = 'photo_category_relation'

Properties

$child_id  : int
$depth  : int
$incrementing  : mixed
$parent_id  : int
$timestamps  : mixed
$fillable  : array<string|int, string>
$table  : mixed

Methods

entityId()  : int
entityType()  : string
moduleName()  : string

Constants

Properties

$fillable

protected array<string|int, string> $fillable = ['parent_id', 'child_id', 'depth']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

        
On this page

Search results