Documentation

Kronolith_Storage
in package

Kronolith_Storage defines an API for storing free/busy information.

Tags
author

Mike Cochrane mike@graftonhall.co.nz

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

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
Return values
mixed

Search results