VariablePage
extends Model
uses
HasFactory
Table of Contents
Properties
-
$casts
: mixed
-
$with
: mixed
Methods
-
allCached()
: mixed
-
getContentBlocksAttribute()
: mixed
-
getLabelAttribute()
: string
-
getTitleAttribute()
: mixed
-
getVariableKeyValuesAttribute()
: array<string|int, mixed>
-
makeSlug()
: mixed
-
registerRoutes()
: mixed
-
toSitemapObject()
: object
-
variablePageType()
: mixed
-
booted()
: mixed
-
getConfigurationAttribute()
: mixed
$casts
protected
mixed
$casts
= ['variable_values' => 'array', 'extra_content_blocks' => 'array']
$with
protected
mixed
$with
= ['variablePageType']
allCached()
public
static allCached() : mixed
getContentBlocksAttribute()
public
getContentBlocksAttribute() : mixed
getLabelAttribute()
public
getLabelAttribute() : string
getTitleAttribute()
public
getTitleAttribute() : mixed
getVariableKeyValuesAttribute()
public
getVariableKeyValuesAttribute([mixed $prefix = '' ]) : array<string|int, mixed>
Parameters
-
$prefix
: mixed
= ''
-
Return values
array<string|int, mixed>
makeSlug()
public
makeSlug() : mixed
registerRoutes()
public
static registerRoutes() : mixed
toSitemapObject()
public
toSitemapObject() : object
variablePageType()
public
variablePageType() : mixed
booted()
protected
static booted() : mixed
getConfigurationAttribute()
protected
getConfigurationAttribute() : mixed