CommentTagData
        
        extends Pivot
    
    
            
            in package
            
        
    
    
    
Class CommentTagData.
Tags
Table of Contents
Properties
- $id : int
 - $item_id : int
 - $tag_id : int
 - $tag_text : string
 - $timestamps : mixed
 - $fillable : array<string|int, string>
 - $table : mixed
 
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
        mixed
    $timestamps
     = false
    
    
    
$fillable
    protected
        array<string|int, string>
    $fillable
     = ['item_id', 'tag_id']
    
    
    
$table
    protected
        mixed
    $table
     = 'comment_tag_data'