class Section extends BaseModel

Section Wrapper

Properties

protected $model from BaseModel
protected $stack from BaseModel

Methods

__construct($model)

No description

from BaseModel
toCompat()

No description

from BaseModel
object
getCompatSource()

Return source model

from BaseModel
integer
__uid()

Provides {{ item.uid }}

from BaseModel
Collection
__metaProperties()

Provides {{ item.metaProperties }}

from BaseModel
__get($f)

No description

from BaseModel
__call($f, $args)

Check for properties on the wrapper then wrapped model in that order

from BaseModel
string
__url()

Provides {{ section.url }} property

__content()

Provides {{ section.content }} property

__content_formatted()

Provides {{ section.content_formatted }} property

boolean
__status()

Provides {{ section.status }} property

integer
__published()

Provides {{ section.published }} property

integer
__created()

Provides {{ section.created }} property

integer
__modified()

Provides {{ section.modified }} property

__name()

No description

FetchHandler
__tags()

Provides {{ section.tags }} collection

Details

in BaseModel at line 14
__construct($model)

Parameters

$model

in BaseModel at line 19
toCompat()

in BaseModel at line 28
object getCompatSource()

Return source model

Return Value

object

in BaseModel at line 37
integer __uid()

Provides {{ item.uid }}

Return Value

integer

in BaseModel at line 46
Collection __metaProperties()

Provides {{ item.metaProperties }}

Return Value

Collection

in BaseModel at line 73
__get($f)

Parameters

$f

in BaseModel at line 88
__call($f, $args)

Check for properties on the wrapper then wrapped model in that order

Parameters

$f
$args

at line 17
string __url()

Provides {{ section.url }} property

Return Value

string

at line 25
__content()

Provides {{ section.content }} property

at line 33
__content_formatted()

Provides {{ section.content_formatted }} property

at line 42
boolean __status()

Provides {{ section.status }} property

Return Value

boolean

at line 57
integer __published()

Provides {{ section.published }} property

Return Value

integer

at line 74
integer __created()

Provides {{ section.created }} property

Return Value

integer

at line 91
integer __modified()

Provides {{ section.modified }} property

Return Value

integer

at line 104
__name()

at line 113
FetchHandler __tags()

Provides {{ section.tags }} collection

Return Value

FetchHandler