EventDispatcherInterface::getListeners()

array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners sorted by descending priority. Parameters string $eventName The name of the event Return Value array The event listeners for the specified event, or all event listeners by event name

CsrfValidationListener::preSubmit()

preSubmit(FormEvent $event) Parameters FormEvent $event

Compiler::string()

Compiler string(string $value) Adds a quoted string to the compiled code. Parameters string $value The string Return Value Compiler The current compiler instance

Router::getContext()

RequestContext getContext() Gets the request context. Return Value RequestContext The context

CommandTester::getOutput()

OutputInterface getOutput() Gets the output instance used by the last execution of the command. Return Value OutputInterface The current output instance

QtFileLoader

class QtFileLoader implements LoaderInterface QtFileLoader loads translations from QT Translations XML files. 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

ConsoleHandler::onCommand()

onCommand(ConsoleCommandEvent $event) Before a command is executed, the handler gets activated and the console output is set in order to know where to write the logs. Parameters ConsoleCommandEvent $event

AbstractObjectNormalizer::normalize()

array|scalar normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. Parameters object $object object to normalize string $format format the normalization result will be encoded as array $context Context options for the normalizer Return Value array|scalar

ConnectionOptions::isOption()

static isOption($name) Parameters $name

OperationInterface::getResult()

MessageCatalogueInterface getResult() Returns resulting catalogue ('result'). Return Value MessageCatalogueInterface