$_user
$_user : string
String containing the current username.
Kronolith_Storage:: defines an API for storing free/busy information.
search(string $email, boolean $private_only = false) : \Horde_Icalendar_Vfreebusy
Search for a user's free/busy information.
string | The email address to lookup |
|
boolean | $private_only | (optional) Only return free/busy information owned by this used. |
__construct(string $user, array $params = array()) : \Kronolith_Storage_Sql
Constructs a new Kronolith_Storage SQL instance.
string | $user | The user the fb info belongs to. |
array | $params | A hash containing connection parameters. |