LDAP: add phpdoc

This commit is contained in:
Arthur Schiwon 2013-08-21 23:59:39 +02:00
parent 6e850e0bee
commit 5090ca3eb4
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ interface ILDAPWrapper {
* @param $link LDAP link resource
* @param $result LDAP result resource
* @param $cookie structure sent by LDAP server
* @return true on success, false otherwise
*
* Corresponds to ldap_control_paged_result_response
*/