Kronolith_Storage_Kolab
extends Kronolith_Storage
in package
Horde Kronolith free/busy driver for the Kolab IMAP Server.
Copyright 2004-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (GPL). If you not receive such a file, see also http://www.horde.org/licenses/gpl.
Tags
Table of Contents
- $_params : mixed
- $_user : string
- String containing the current username.
- __construct() : mixed
- 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
$_params
protected
mixed
$_params
= array()
$_user
String containing the current username.
protected
string
$_user
= ''
Methods
__construct()
public
__construct(mixed $user[, array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $user : mixed
- $params : array<string|int, mixed> = array()
Return values
mixed —initialize()
Stub to initiate a driver.
public
initialize() : mixed
Tags
Return values
mixed —search()
Stub to be overridden in the child class.
public
search(mixed $email[, mixed $private_only = false ]) : mixed
Parameters
- $email : mixed
- $private_only : mixed = false
Tags
Return values
mixed —store()
Stub to be overridden in the child class.
public
store(mixed $email, mixed $vfb[, mixed $public = false ]) : mixed
Parameters
- $email : mixed
- $vfb : mixed
- $public : mixed = false