Documentation

Post extends BaseModel
in package

Post Wrapper

Table of Contents

$model  : mixed
$stack  : mixed
__abstract_formatted()  : string
Provides {{ post.abstract_formatted }} string
__authors()  : FetchHandler
Provides {{ post.authors }} collection
__blog_id()  : int
Provides {{ post.blog_id }}
__call()  : mixed
Check for properties on the wrapper then wrapped model in that order
__construct()  : mixed
__content_formatted()  : string
Provides {{ post.content_formatted }} string
__copy()  : string
Provides {{ post.copy }} string
__copy_formatted()  : string
Provides {{ post.copy_formatted }} string
__created()  : int
Provides {{ post.created }} property
__get()  : mixed
__headline_formatted()  : string
Provides {{ post.headline_formatted }} string
__media()  : FetchHandler
Provides {{ post.media }} collection
__mediaOrdered()  : mixed
__metaProperties()  : Collection
Provides {{ item.metaProperties }}
__modified()  : int
Provides {{ post.modified }} property
__published()  : int
Provides {{ post.published }} property
__sections()  : mixed
__status()  : bool
Provides {{ post.status }} property
__tags()  : FetchHandler
Provides {{ post.tags }} collection
__uid()  : int
Provides {{ item.uid }}
__url()  : string
Provides {{ post.url }} property
getCompatSource()  : object
Return source model
toCompat()  : mixed

Properties

Methods

__abstract_formatted()

Provides {{ post.abstract_formatted }} string

public __abstract_formatted() : string
Return values
string

__authors()

Provides {{ post.authors }} collection

public __authors() : FetchHandler
Return values
FetchHandler

__blog_id()

Provides {{ post.blog_id }}

public __blog_id() : int
Return values
int

__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 {{ post.content_formatted }} string

public __content_formatted() : string
Return values
string

__copy()

Provides {{ post.copy }} string

public __copy() : string
Return values
string

__copy_formatted()

Provides {{ post.copy_formatted }} string

public __copy_formatted() : string
Return values
string

__created()

Provides {{ post.created }} property

public __created() : int
Return values
int

__get()

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

__headline_formatted()

Provides {{ post.headline_formatted }} string

public __headline_formatted() : string
Return values
string

__media()

Provides {{ post.media }} collection

public __media() : FetchHandler
Return values
FetchHandler

__mediaOrdered()

public __mediaOrdered() : mixed
Return values
mixed

__metaProperties()

Provides {{ item.metaProperties }}

public __metaProperties() : Collection
Return values
Collection

__modified()

Provides {{ post.modified }} property

public __modified() : int
Return values
int

__published()

Provides {{ post.published }} property

public __published() : int
Return values
int

__sections()

public __sections() : mixed
Return values
mixed

__status()

Provides {{ post.status }} property

public __status() : bool
Return values
bool

__tags()

Provides {{ post.tags }} collection

public __tags() : FetchHandler
Return values
FetchHandler

__uid()

Provides {{ item.uid }}

public __uid() : int
Return values
int

__url()

Provides {{ post.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