Query
class Query extends AbstractQuery
Properties
| protected Connection | $connection | ||
| protected | $dn | from AbstractQuery | |
| protected | $query | from AbstractQuery | |
| protected | $options | from AbstractQuery |
Methods
__construct(ConnectionInterface $connection, string $dn, string $query, array $options = array())
No description
__destruct()
No description
execute()
Executes a query and returns the list of Ldap entries.
resource
getResource()
Returns a LDAP search resource.