MetaFox

CategoryData extends AbstractCategoryData
in package
implements Entity Uses HasEntity

Class CategoryData.

Tags
mixin

Builder

Table of Contents

Interfaces

Entity
Interface Entity.

Properties

$category  : Category
$category_id  : int
$item_id  : int
$timestamps  : mixed
$fillable  : mixed
$foreignKey  : mixed
$relatedKey  : mixed
$table  : mixed

Methods

category()  : BelongsTo
entityId()  : int
entityType()  : string
moduleName()  : string
booted()  : mixed

Properties

$fillable

protected mixed $fillable = ['category_id', 'item_id']

Methods

category()

public category() : BelongsTo
Return values
BelongsTo

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