PHPDoc updates
This commit is contained in:
parent
84c232f6dc
commit
d3c0b28196
3 changed files with 6 additions and 0 deletions
|
@ -807,6 +807,8 @@ class kolab_auth extends rcube_plugin
|
|||
|
||||
/**
|
||||
* Initializes LDAP object and connects to LDAP server
|
||||
*
|
||||
* @return ?kolab_ldap Kolab LDAP addressbook
|
||||
*/
|
||||
public static function ldap()
|
||||
{
|
||||
|
|
|
@ -223,6 +223,8 @@ class kolab_delegation_engine
|
|||
|
||||
/**
|
||||
* LDAP object getter
|
||||
*
|
||||
* @return ?kolab_ldap Kolab LDAP addressbook
|
||||
*/
|
||||
private function ldap()
|
||||
{
|
||||
|
|
|
@ -116,6 +116,8 @@ class kolab_storage
|
|||
* Initializes LDAP object to resolve Kolab users
|
||||
*
|
||||
* @param string $name Name of the configuration option with LDAP config
|
||||
*
|
||||
* @return ?kolab_ldap Kolab LDAP addressbook
|
||||
*/
|
||||
public static function ldap($name = 'kolab_users_directory')
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue