Adapter::escape()

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

Adapter::createQuery()

QueryInterface createQuery(string $dn, string $query, array $options = array()) Creates a new Query. Parameters string $dn string $query array $options Return Value QueryInterface

Adapter::getEntryManager()

EntryManagerInterface getEntryManager() Fetches the entry manager instance. Return Value EntryManagerInterface

Adapter::getConnection()

ConnectionInterface getConnection() Returns the current connection. Return Value ConnectionInterface

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

ActionsHelper

class ActionsHelper extends Helper ActionsHelper manages action inclusions. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(FragmentHandler $handler) Constructor. string render(string $uri, array $options = array()) Returns the fragment content for a given URI. controller($controller, $attributes = array(), $query = array()) string getName() Returns the canonical name o

ActionsHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

ActionsHelper::render()

string render(string $uri, array $options = array()) Returns the fragment content for a given URI. Parameters string $uri A URI array $options An array of options Return Value string The fragment content See also FragmentHandler::render()

ActionsHelper::controller()

controller($controller, $attributes = array(), $query = array()) Parameters $controller $attributes $query

ActionsExtension deprecated::getTokenParsers()

array getTokenParsers() Returns the token parser instance to add to the existing list. Return Value array An array of \Twig_TokenParser instances