Object encapsulation of the resource(ldap result) native object
| package | Ldap-Core |
|---|
__construct(\Dreamscapes\Ldap\Core\Ldap $link, resource $result)
\Dreamscapes\Ldap\Core\Ldap
resource
countEntries() : integer
integerNumber of entries in the resultfreeResult() : void
Once the result is freed from memory the instance holding the result must not be used any further. This method is called automatically when the instance is released from memory.
getEntries() : array
arrayComplete result information in a multi-dimensional arraypagedResultResponse() : array
arrayArray with two keys: 'cookie' and 'estimated'parseReference() : array
arraysort(string $by) : \Dreamscapes\Ldap\Core\ResultResource
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
stringThe attribute to use as a key in the sort
\Dreamscapes\Ldap\Core\ResultResource