\Kronolith_Storage

Kronolith_Storage defines an API for storing free/busy information.

Summary

Methods
Properties
Constants
initialize()
search()
store()
No public properties found
No constants found
No protected methods found
$_user
N/A
No private methods found
No private properties found
N/A

Properties

$_user

$_user : string

String containing the current username.

Type

string

Methods

initialize()

initialize() 

Stub to initiate a driver.

Throws

\Kronolith_Exception

search()

search(  $email,   $private_only = false) 

Stub to be overridden in the child class.

Parameters

$email
$private_only

store()

store(  $email,   $vfb,   $public = false) 

Stub to be overridden in the child class.

Parameters

$email
$vfb
$public