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

ConflictingHeadersException

class ConflictingHeadersException extends RuntimeException The HTTP request contains headers with conflicting information. This exception should trigger an HTTP 400 response in your application code.

SessionHelper::getFlash()

getFlash($name, array $default = array()) Parameters $name array $default

NodeInterface::finalize()

mixed finalize(mixed $value) Finalizes a value. Parameters mixed $value The value to finalize Return Value mixed The finalized value

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