Component\EventDispatcher

Namespaces Symfony\Component\EventDispatcher\Debug Classes ContainerAwareEventDispatcher Lazily loads listeners and subscribers from the dependency injection container Event Event is the base class for classes containing event data. EventDispatcher The EventDispatcherInterface is the central point of Symfony's event listener system. GenericEvent Event encapsulation class. ImmutableEventDispatcher A read-only proxy for an event dispatcher. Interfaces EventDispatcherInter

ServiceReferenceGraph::hasNode()

bool hasNode(string $id) Checks if the graph has a specific node. Parameters string $id Id to check Return Value bool

RouteCollection::setMethods()

setMethods(string|array $methods) Sets the HTTP methods (e.g. 'POST') all child routes are restricted to. Parameters string|array $methods The method or an array of methods

ConnectionInterface::bind()

bind(string $dn = null, string $password = null) Binds the connection against a DN and password. Parameters string $dn The user's DN string $password The associated password

DirectoryResource::unserialize()

unserialize($serialized) Parameters $serialized

FormThemeNode

class FormThemeNode extends Twig_Node Methods __construct(Twig_Node $form, Twig_Node $resources, $lineno, $tag = null) compile(Twig_Compiler $compiler) Compiles the node to PHP. Details __construct(Twig_Node $form, Twig_Node $resources, $lineno, $tag = null) Parameters Twig_Node $form Twig_Node $resources $lineno $tag compile(Twig_Compiler $compiler) Compiles the node to PHP. Parameters Tw

EventDispatcher::hasListeners()

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners. Parameters string $eventName The name of the event Return Value bool true if the specified event has any listeners, false otherwise

FormPerformanceTestCase::getMaxRunningTime()

int getMaxRunningTime() Return Value int

ThrowingCasterException

class ThrowingCasterException extends Exception Methods __construct(Exception $prev) Details __construct(Exception $prev) Parameters Exception $prev The exception thrown from the caster

ArrayLoader

class ArrayLoader implements LoaderInterface ArrayLoader loads translations from a PHP array. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A MessageCatalogue