AlbumText
extends Model
in package
implements
ResourceText
Uses
HasEntity
Class AlbumText.
Table of Contents
Interfaces
- ResourceText
- Interface Entity.
Constants
- ENTITY_TYPE = 'photo_album_text'
Properties
- $description : string|null
- $incrementing : mixed
- $text : string|null
- $text_parsed : string|null
- $timestamps : mixed
- $appends : mixed
- $fillable : mixed
- $table : mixed
Methods
- entityId() : int
- entityType() : string
- getAdminBrowseUrlAttribute() : string
- getAdminEditUrlAttribute() : string
- getDescriptionAttribute() : string|null
- moduleName() : string
- resource() : BelongsTo
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'photo_album_text'
Properties
$description
public
string|null
$description
$incrementing
public
mixed
$incrementing
= false
$text
public
string|null
$text
$text_parsed
public
string|null
$text_parsed
$timestamps
public
mixed
$timestamps
= false
$appends
protected
mixed
$appends
= ['description']
$fillable
protected
mixed
$fillable
= ['id', 'text', 'text_parsed']
$table
protected
mixed
$table
= 'photo_album_text'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringgetAdminBrowseUrlAttribute()
public
getAdminBrowseUrlAttribute() : string
Return values
stringgetAdminEditUrlAttribute()
public
getAdminEditUrlAttribute() : string
Return values
stringgetDescriptionAttribute()
public
getDescriptionAttribute() : string|null
Return values
string|nullmoduleName()
public
moduleName() : string
Return values
stringresource()
public
resource() : BelongsTo