MetaFox

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

$incrementing

public mixed $incrementing = false

$tagged_friends

public string $tagged_friends

$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
int

entityType()

public entityType() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

resource()

public resource() : BelongsTo
Return values
BelongsTo

        
On this page

Search results