Documentation

TimeObjects_Driver_FacebookEvents extends TimeObjects_Driver_Base
in package

TimeObjects driver for exposing a user's Facebook Events via the listTimeObjects API.

Copyright 2009-2017 Horde LLC (http://www.horde.org/)

Tags
author

Michael J. Rubinsky mrubinsk@horde.org

license

http://www.horde.org/licenses/bsd BSD

category

Horde

Table of Contents

$_params  : mixed
$_fb_session  : mixed
__construct()  : mixed
Constructor
ensure()  : mixed
Ensure we have minimum requirements for concrete driver to run.
factory()  : TimeObjects_Driver
Factory method
listTimeObjects()  : array<string|int, mixed>
Get a list of TimeObjects.
_getFacebook()  : mixed

Properties

$_params

protected mixed $_params = array()

Methods

__construct()

Constructor

public __construct(array<string|int, mixed> $params) : mixed
Parameters
$params : array<string|int, mixed>

The parameter array.

Return values
mixed

ensure()

Ensure we have minimum requirements for concrete driver to run.

public ensure() : mixed
Return values
mixed

listTimeObjects()

Get a list of TimeObjects.

public listTimeObjects([mixed $start = null ][, mixed $time = null ]) : array<string|int, mixed>
Parameters
$start : mixed = null

The start time of the period

$time : mixed = null

The end time of the period

Return values
array<string|int, mixed>

of listTimeObjects arrays.

_getFacebook()

private _getFacebook() : mixed
Return values
mixed

Search results