PhotoAlbumTagData
extends Pivot
in package
Class PhotoTagData.
Tags
Table of Contents
Properties
- $id : int
- $item_id : int
- $tag_id : int
- $tag_text : string
- $timestamps : bool
- $fillable : array<string|int, string>
- $table : string
Properties
$id
public
int
$id
$item_id
public
int
$item_id
$tag_id
public
int
$tag_id
$tag_text
public
string
$tag_text
$timestamps
public
bool
$timestamps
= false
$fillable
protected
array<string|int, string>
$fillable
= ['item_id', 'tag_id']
$table
protected
string
$table
= 'photo_album_tag_data'