Zend Framework  3.0
MvcEvent Member List

This is the complete list of members for MvcEvent, including all inherited members.

$applicationMvcEventprotected
$nameEventprotected
$paramsEventprotected
$requestMvcEventprotected
$responseMvcEventprotected
$resultMvcEventprotected
$routeMatchMvcEventprotected
$routerMvcEventprotected
$stopPropagationEventprotected
$targetEventprotected
$viewModelMvcEventprotected
__construct($name=null, $target=null, $params=null)Event
EVENT_BOOTSTRAPMvcEvent
EVENT_DISPATCHMvcEvent
EVENT_DISPATCH_ERRORMvcEvent
EVENT_FINISHMvcEvent
EVENT_RENDERMvcEvent
EVENT_RENDER_ERRORMvcEvent
EVENT_ROUTEMvcEvent
getApplication()MvcEvent
getController()MvcEvent
getControllerClass()MvcEvent
getError()MvcEvent
getName()Event
getParam($name, $default=null)Event
getParams()Event
getRequest()MvcEvent
getResponse()MvcEvent
getResult()MvcEvent
getRouteMatch()MvcEvent
getRouter()MvcEvent
getTarget()Event
getViewModel()MvcEvent
isError()MvcEvent
propagationIsStopped()Event
setApplication(ApplicationInterface $application)MvcEvent
setController($name)MvcEvent
setControllerClass($class)MvcEvent
setError($message)MvcEvent
setName($name)Event
setParam($name, $value)Event
setParams($params)Event
setRequest(Request $request)MvcEvent
setResponse(Response $response)MvcEvent
setResult($result)MvcEvent
setRouteMatch(RouteMatch $matches)MvcEvent
setRouter(RouteStackInterface $router)MvcEvent
setTarget($target)Event
setViewModel(Model $viewModel)MvcEvent
stopPropagation($flag=true)Event