Adapter

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())

Parameters

array $config

ConnectionInterface getConnection()

Returns the current connection.

Return Value

ConnectionInterface

EntryManagerInterface getEntryManager()

Fetches the entry manager instance.

Return Value

EntryManagerInterface

QueryInterface createQuery(string $dn, string $query, array $options = array())

Creates a new Query.

Parameters

string $dn
string $query
array $options

Return Value

QueryInterface

string escape(string $subject, string $ignore = '', int $flags)

Escape a string for use in an LDAP filter or DN.

Parameters

string $subject
string $ignore
int $flags

Return Value

string
doc_Symfony
2016-10-28 06:04:57
Comments
Leave a Comment

Please login to continue.