StopwatchEvent::isStarted()

bool isStarted() Checks if the event was started. Return Value bool

Bridge\Monolog\Processor

Classes WebProcessor WebProcessor override to read from the HttpFoundation's Request

TestSessionListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event

JsonFileLoader

class JsonFileLoader extends FileLoader JsonFileLoader loads translations from an json file. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. from FileLoader 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 Me

Bundle\WebProfilerBundle\Profiler

Classes TemplateManager Profiler Templates Manager

UndefinedFunctionFatalErrorHandler

class UndefinedFunctionFatalErrorHandler implements FatalErrorHandlerInterface ErrorHandler for undefined functions. Methods FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Details FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Parameters array $error An array as returned by err

OptionsResolver::offsetUnset()

offsetUnset($option) Not supported. Parameters $option Exceptions AccessException

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

CommandTester::getOutput()

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

Router::getContext()

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