Expression::getGlob()

Glob getGlob() Return Value Glob Exceptions LogicException

ProcessPipes::readAndCloseHandles()

array readAndCloseHandles(Boolean $blocking) Reads data in file handles and pipes, closes them if EOF is reached. Parameters Boolean $blocking Whether to use blocking calls or not. Return Value array An array of read data indexed by their fd.

LogoutListener::handle()

handle(GetResponseEvent $event) Performs the logout if requested. If a CsrfTokenManagerInterface instance is available, it will be used to validate the request. Parameters GetResponseEvent $event Exceptions LogoutException if the CSRF token is invalid RuntimeException if the LogoutSuccessHandlerInterface instance does not return a response

GetAttrNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

FlashBag::setName()

setName($name) Parameters $name

TokenStream::getUsed()

Token[] getUsed() Returns used tokens. Return Value Token[]

FilterResponseEvent::setResponse()

setResponse(Response $response) Sets a new response object. Parameters Response $response

WriteCheckSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

Form::getViewData()

mixed getViewData() Returns the data transformed by the value transformer. Return Value mixed

Component\HttpKernel\DataCollector

Classes ConfigDataCollector ConfigDataCollector. DataCollector DataCollector. EventDataCollector EventDataCollector. ExceptionDataCollector ExceptionDataCollector. LoggerDataCollector LogDataCollector. MemoryDataCollector MemoryDataCollector. RequestDataCollector RequestDataCollector. RouterDataCollector RouterDataCollector. TimeDataCollector TimeDataCollector. Interfaces DataCollectorInterface DataCollectorInterface.