TemplateEvent
class TemplateEvent extends Event
Class TemplateEvent
Methods
__construct(string $view, string $source, array $parameters = array(), Response $response = null)
TemplateEvent constructor.
string
getView()
No description
setView(string $view)
No description
string
getSource()
No description
setSource(string $source)
No description
array
getParameters()
No description
setParameters(array $parameters)
No description
null|Response
getResponse()
No description
setResponse(null|Response $response)
No description
Details
at line 65
__construct(string $view, string $source, array $parameters = array(), Response $response = null)
TemplateEvent constructor.