Documentation

CalendarEvent extends BaseModel
in package

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

Tags
see
Entry

Table of Contents

$model  : mixed
$stack  : mixed
$_calendar  : mixed
__abstract()  : mixed
__allDay()  : mixed
__calendar()  : mixed
__call()  : mixed
Check for properties on the wrapper then wrapped model in that order
__construct()  : mixed
__content()  : mixed
__content_formatted()  : mixed
__end_time()  : mixed
__get()  : mixed
__location()  : mixed
__metaProperties()  : Collection
Provides {{ item.metaProperties }}
__start_time()  : mixed
__uid()  : int
Provides {{ item.uid }}
__url()  : mixed
getCompatSource()  : object
Return source model
toCompat()  : mixed

Properties

Methods

__abstract()

public __abstract() : mixed
Return values
mixed

__allDay()

public __allDay() : mixed
Return values
mixed

__calendar()

public __calendar() : mixed
Return values
mixed

__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()

public __content() : mixed
Return values
mixed

__content_formatted()

public __content_formatted() : mixed
Return values
mixed

__end_time()

public __end_time() : mixed
Return values
mixed

__get()

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

__location()

public __location() : mixed
Return values
mixed

__metaProperties()

Provides {{ item.metaProperties }}

public __metaProperties() : Collection
Return values
Collection

__start_time()

public __start_time() : mixed
Return values
mixed

__uid()

Provides {{ item.uid }}

public __uid() : int
Return values
int

getCompatSource()

Return source model

public getCompatSource() : object
Return values
object

toCompat()

public toCompat() : mixed
Return values
mixed

Search results