PhotoInfo
        
        extends Model
    
    
            
            in package
            
        
    
            
            implements
                            ResourceText                    
    
            
            Uses
                            HasEntity                    
    
Class PhotoInfo.
Table of Contents
Interfaces
- ResourceText
 - Interface Entity.
 
Constants
- ENTITY_TYPE = 'photo_info'
 
Properties
- $id : int
 - $incrementing : mixed
 - $tagged_friends : string
 - $text : string
 - $text_parsed : string
 - $timestamps : mixed
 - $fillable : array<string|int, string>
 - $table : mixed
 
Methods
- entityId() : int
 - entityType() : string
 - moduleName() : string
 - resource() : BelongsTo
 
Constants
ENTITY_TYPE
    public
        mixed
    ENTITY_TYPE
    = 'photo_info'
    
    
    
Properties
$id
    public
        int
    $id
    
    
    
    
$incrementing
    public
        mixed
    $incrementing
     = false
    
    
    
$tagged_friends
    public
        string
    $tagged_friends
    
    
    
    
$text
    public
        string
    $text
    
    
    
    
$text_parsed
    public
        string
    $text_parsed
    
    
    
    
$timestamps
    public
        mixed
    $timestamps
     = false
    
    
    
$fillable
    protected
        array<string|int, string>
    $fillable
     = ['id', 'text', 'text_parsed']
    
    
    
$table
    protected
        mixed
    $table
     = 'photo_info'
    
    
    
Methods
entityId()
    public
                    entityId() : int
    Return values
intentityType()
    public
                    entityType() : string
    Return values
stringmoduleName()
    public
                    moduleName() : string
    Return values
stringresource()
    public
                    resource() : BelongsTo