PHP Class Horde_Kolab_FreeBusy_Owner_Kolab, horde
Copyright 2010-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not
receive this file, see
http://www.horde.org/licenses/lgpl21.
Exibir arquivo
Open project: horde/horde
Public Methods
Protected Methods
Method Details
__construct()
public method
public __construct ( string $owner, Horde_Kolab_Server_Composite $db, array $params = [] ) |
$owner |
string |
The owner name. |
$db |
Horde_Kolab_Server_Composite |
The connection to the user
database. |
$params |
array |
Additional parameters.
- user (optional): A Horde_Kolab_FreeBusy_User object, representing
the user currently accessing the system. Will
be used to determine the domain of domain-less
owners.
- domain (optional): A domain that should be appended to domain-less
owners.
|
fetchUserDbUser()
protected method
Fetch the user data from the user db.
Return the original owner parameter.
Is the user known in the user database?