Class Horde_Kolab_Server_Object_Kolab_Administrator
This class provides methods to deal with administrator
entries for Kolab.
Copyright 2008-2012 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.
-
Horde_Kolab_Server_Object_Base
implements
Horde_Kolab_Server_Object_Interface
-
Horde_Kolab_Server_Object_Top
implements
Horde_Kolab_Server_Object_Searches
-
Horde_Kolab_Server_Object_Person
-
Horde_Kolab_Server_Object_Organizationalperson
-
Horde_Kolab_Server_Object_Inetorgperson
-
Horde_Kolab_Server_Object_Kolabinetorgperson
-
Horde_Kolab_Server_Object_Kolab_Adminrole
-
Horde_Kolab_Server_Object_Kolab_Administrator
Methods summary
public
string
|
#
getServer( string $server_type )
Returns the server url of the given type for this user.
Returns the server url of the given type for this user.
This method is used to encapsulate multidomain support.
Parameters
- $server_type
- The type of server URL that should be returned.
Returns
string The server url or empty on error.
Overrides
|