AdapterInterface deprecated::setDates()

AdapterInterface setDates(array $dates) Parameters array $dates Return Value AdapterInterface Current instance

AdapterInterface deprecated::setContains()

AdapterInterface setContains(array $contains) Parameters array $contains Return Value AdapterInterface Current instance

AdapterInterface deprecated::searchInDirectory()

Iterator searchInDirectory(string $dir) Parameters string $dir Return Value Iterator Result iterator

AdapterInterface deprecated::isSupported()

bool isSupported() Tests adapter support for current platform. Return Value bool

AdapterInterface deprecated::ignoreUnreadableDirs()

AdapterInterface ignoreUnreadableDirs(bool $ignore = true) Parameters bool $ignore Return Value AdapterInterface Current instance

AdapterInterface deprecated::getName()

string getName() Returns adapter name. Return Value string

AdapterInterface deprecated

interface AdapterInterface deprecated since 2.8, to be removed in 3.0. Methods AdapterInterface setFollowLinks(bool $followLinks) AdapterInterface setMode(int $mode) AdapterInterface setExclude(array $exclude) AdapterInterface setDepths(array $depths) AdapterInterface setNames(array $names) AdapterInterface setNotNames(array $notNames) AdapterInterface setContains(array $contains) AdapterInterface setNotContains(array $notContains) AdapterI

AdapterInterface

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

AdapterInterface

interface AdapterInterface implements CacheItemPoolInterface Interface for adapters managing instances of Symfony's {see CacheItem}.

AdapterFailureException deprecated

class AdapterFailureException extends RuntimeException implements ExceptionInterface deprecated since 2.8, to be removed in 3.0. Base exception for all adapter failures. Methods __construct(AdapterInterface $adapter, string|null $message = null, Exception $previous = null) AdapterInterface getAdapter() Details __construct(AdapterInterface $adapter, string|null $message = null, Exception $previous = null) Parameters AdapterInterface