class Adapter implements AdapterInterface
Methods
__construct(array $config = array()) | ||
ConnectionInterface | getConnection() Returns the current connection. | |
EntryManagerInterface | getEntryManager() Fetches the entry manager instance. | |
QueryInterface | createQuery(string $dn, string $query, array $options = array()) Creates a new Query. | |
string | escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. |
Details
__construct(array $config = array())
ConnectionInterface getConnection()
Returns the current connection.
EntryManagerInterface getEntryManager()
Fetches the entry manager instance.
QueryInterface createQuery(string $dn, string $query, array $options = array())
Creates a new Query.
string escape(string $subject, string $ignore = '', int $flags)
Escape a string for use in an LDAP filter or DN.
Please login to continue.