HasItemMorph
Trait HasItemMorph.
Tags
Table of Contents
Properties
- $item : Content|null
- $item_id : int
- $item_type : string
Methods
- getItemAttribute() : mixed
- item() : MorphTo|null
- itemId() : int
- itemType() : string
Properties
$item
public
Content|null
$item
$item_id
public
int
$item_id
$item_type
public
string
$item_type
Methods
getItemAttribute()
public
getItemAttribute() : mixed
item()
public
item() : MorphTo|null
Return values
MorphTo|nullitemId()
public
itemId() : int
Return values
intitemType()
public
itemType() : string