GetResponseForControllerResultEvent::getControllerResult()

mixed getControllerResult() Returns the return value of the controller. Return Value mixed The controller return value

GetResponseForControllerResultEvent

class GetResponseForControllerResultEvent extends GetResponseEvent Allows to create a response for the return value of a controller. Call setResponse() to set the response that will be returned for the current request. The propagation of this event is stopped as soon as a response is set. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Eve

GetResponseEvent::setResponse()

setResponse(Response $response) Sets a response and stops event propagation. Parameters Response $response

GetResponseEvent::hasResponse()

bool hasResponse() Returns whether a response was set. Return Value bool Whether a response was set

GetResponseEvent::getResponse()

Response getResponse() Returns the response object. Return Value Response

GetResponseEvent

class GetResponseEvent extends KernelEvent Allows to create a response for a request. Call setResponse() to set the response that will be returned for the current request. The propagation of this event is stopped as soon as a response is set. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $d

GetAttrNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

GetAttrNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

GetAttrNode

class GetAttrNode extends Node Constants PROPERTY_CALL METHOD_CALL ARRAY_CALL Properties $nodes from Node $attributes from Node Methods __construct(Node $node, Node $attribute, ArrayNode $arguments, $type) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct(Node $node, Node $attribute, ArrayNode $arguments, $type) Constructor. Parameters Node $

GenrbCompiler

class GenrbCompiler implements BundleCompilerInterface Compiles .txt resource bundles to binary .res files. Methods __construct(string $genrb = 'genrb', string $envVars = '') Creates a new compiler based on the "genrb" executable. compile(string $sourcePath, string $targetDir) Compiles a resource bundle at the given source to the given target directory. Details __construct(string $genrb = 'genrb', string $envVars = '') Creates a new compi