Documentation

Page extends BaseModel
in package

Page Wrapper

Table of Contents

$model  : mixed
$stack  : mixed
__call()  : mixed
Check for properties on the wrapper then wrapped model in that order
__construct()  : mixed
__content_formatted()  : string
Provides {{ page.content_formatted }} string
__created()  : int
Provides {{ page.created }} property
__get()  : mixed
__media()  : FetchHandler
Provides {{ page.media }} collection
__metaProperties()  : Collection
Provides {{ item.metaProperties }}
__modified()  : int
Provides {{ page.modified }} property
__name()  : mixed
__published()  : int
Provides {{ page.published }} property
__status()  : bool
Provides {{ page.status }} property
__tags()  : FetchHandler
Provides {{ page.tags }} collection
__uid()  : int
Provides {{ item.uid }}
__url()  : string
Provides {{ page.url }} property
getCompatSource()  : object
Return source model
toCompat()  : mixed

Properties

Methods

__call()

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

public __call(mixed $f, mixed $args) : mixed
Parameters
$f : mixed
$args : mixed
Return values
mixed

__construct()

public __construct(mixed $model) : mixed
Parameters
$model : mixed
Return values
mixed

__content_formatted()

Provides {{ page.content_formatted }} string

public __content_formatted() : string
Return values
string

__created()

Provides {{ page.created }} property

public __created() : int
Return values
int

__get()

public __get(mixed $f) : mixed
Parameters
$f : mixed
Return values
mixed

__media()

Provides {{ page.media }} collection

public __media() : FetchHandler
Return values
FetchHandler

__metaProperties()

Provides {{ item.metaProperties }}

public __metaProperties() : Collection
Return values
Collection

__modified()

Provides {{ page.modified }} property

public __modified() : int
Return values
int

__name()

public __name() : mixed
Return values
mixed

__published()

Provides {{ page.published }} property

public __published() : int
Return values
int

__status()

Provides {{ page.status }} property

public __status() : bool
Return values
bool

__tags()

Provides {{ page.tags }} collection

public __tags() : FetchHandler
Return values
FetchHandler

__uid()

Provides {{ item.uid }}

public __uid() : int
Return values
int

__url()

Provides {{ page.url }} property

public __url() : string
Return values
string

getCompatSource()

Return source model

public getCompatSource() : object
Return values
object

toCompat()

public toCompat() : mixed
Return values
mixed

Search results