PHPDoc updates

This commit is contained in:
Aleksander Machniak 2024-02-28 13:07:38 +01:00
parent 84c232f6dc
commit d3c0b28196
3 changed files with 6 additions and 0 deletions

View file

@ -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()
{

View file

@ -223,6 +223,8 @@ class kolab_delegation_engine
/**
* LDAP object getter
*
* @return ?kolab_ldap Kolab LDAP addressbook
*/
private function ldap()
{

View file

@ -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')
{