TagData
extends Pivot
in package
Class HashtagData.
Table of Contents
Properties
- $id : int
- $item_id : int
- $item_type : string
- $tag : Tag
- $tag_id : int
- $timestamps : bool
- $fillable : array<string|int, string>
- $table : mixed
Methods
- tag() : BelongsTo
Properties
$id
public
int
$id
$item_id
public
int
$item_id
$item_type
public
string
$item_type
$tag
public
Tag
$tag
$tag_id
public
int
$tag_id
$timestamps
public
bool
$timestamps
= false
$fillable
protected
array<string|int, string>
$fillable
= ['tag_id', 'item_id', 'item_type']
$table
protected
mixed
$table
= 'search_tag_data'
Methods
tag()
public
tag() : BelongsTo