Kronolith_Storage
in package
Kronolith_Storage defines an API for storing free/busy information.
Tags
Table of Contents
- $_user : string
- String containing the current username.
- initialize() : mixed
- Stub to initiate a driver.
- search() : mixed
- Stub to be overridden in the child class.
- store() : mixed
- Stub to be overridden in the child class.
Properties
$_user
String containing the current username.
protected
string
$_user
= ''
Methods
initialize()
Stub to initiate a driver.
public
initialize() : mixed
Tags
Return values
mixed —search()
Stub to be overridden in the child class.
public
abstract search(mixed $email[, mixed $private_only = false ]) : mixed
Parameters
- $email : mixed
- $private_only : mixed = false
Return values
mixed —store()
Stub to be overridden in the child class.
public
abstract store(mixed $email, mixed $vfb[, mixed $public = false ]) : mixed
Parameters
- $email : mixed
- $vfb : mixed
- $public : mixed = false