Documentation

Calendar extends BaseModel
in package

Wrapper for google:calendar, wraps Ceo\Models\Entry.

Tags
see
Entry

Table of Contents

$model  : mixed
$stack  : mixed
__call()  : mixed
Check for properties on the wrapper then wrapped model in that order
__construct()  : mixed
__get()  : mixed
__metaProperties()  : Collection
Provides {{ item.metaProperties }}
__name()  : mixed
__uid()  : int
Provides {{ item.uid }}
__url()  : mixed
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

__get()

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

__metaProperties()

Provides {{ item.metaProperties }}

public __metaProperties() : Collection
Return values
Collection

__name()

public __name() : mixed
Return values
mixed

__uid()

Provides {{ item.uid }}

public __uid() : int
Return values
int

__url()

public __url() : mixed
Return values
mixed

getCompatSource()

Return source model

public getCompatSource() : object
Return values
object

toCompat()

public toCompat() : mixed
Return values
mixed

Search results