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
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()
$_fb_session
private
mixed
$_fb_session
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 —factory()
Factory method
public
factory( $name[, $params = array() ]) : TimeObjects_Driver
Parameters
Return values
TimeObjects_Driver —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