StaticPageContent
extends Model
in package
implements
Entity
Uses
HasEntity
Class StaticPageContent.
Table of Contents
Interfaces
- Entity
- Interface Entity.
Constants
- ENTITY_TYPE = 'static_page_content'
Properties
- $created_at : string
- $id : int
- $locale : string
- $resource : StaticPage
- $text : string
- $updated_at : string
- $fillable : array<string|int, string>
- $table : mixed
Methods
- entityId() : int
- entityType() : string
- getAdminBrowseUrlAttribute() : string
- getAdminEditUrlAttribute() : string
- moduleName() : string
- resource() : BelongsTo
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'static_page_content'
Properties
$created_at
public
string
$created_at
$id
public
int
$id
$locale
public
string
$locale
$resource
public
StaticPage
$resource
$text
public
string
$text
$updated_at
public
string
$updated_at
$fillable
protected
array<string|int, string>
$fillable
= ['text', 'static_page_id', 'locale', 'created_at', 'updated_at']
$table
protected
mixed
$table
= 'static_page_contents'
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
stringmoduleName()
public
moduleName() : string
Return values
stringresource()
public
resource() : BelongsTo