class Query extends AbstractQuery
| protected Connection | $connection | ||
| protected | $dn | from AbstractQuery | |
| protected | $query | from AbstractQuery | |
| protected | $options | from AbstractQuery |
| __construct(ConnectionInterface $connection, string $dn, string $query, array $options = array()) | ||
| __destruct() | ||
| CollectionInterface|Entry[] | execute() Executes a query and returns the list of Ldap entries. | |
| resource | getResource() Returns a LDAP search resource. |
| ConnectionInterface | $connection | |
| string | $dn | |
| string | $query | |
| array | $options |
Executes a query and returns the list of Ldap entries.
| CollectionInterface|Entry[] |
| NotBoundException | |
| LdapException |
Returns a LDAP search resource.
| resource |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Ldap/Adapter/ExtLdap/Query.html