MetaFox

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

Properties

$fillable

protected array<string|int, string> $fillable = ['text', 'static_page_id', 'locale', 'created_at', 'updated_at']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

getAdminBrowseUrlAttribute()

public getAdminBrowseUrlAttribute() : string
Return values
string

getAdminEditUrlAttribute()

public getAdminEditUrlAttribute() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

        
On this page

Search results