Zend Framework
3.0
Zend
Mvc
MvcEvent
MvcEvent Member List
This is the complete list of members for
MvcEvent
, including all inherited members.
$application
MvcEvent
protected
$name
Event
protected
$params
Event
protected
$request
MvcEvent
protected
$response
MvcEvent
protected
$result
MvcEvent
protected
$routeMatch
MvcEvent
protected
$router
MvcEvent
protected
$stopPropagation
Event
protected
$target
Event
protected
$viewModel
MvcEvent
protected
__construct
($name=null, $target=null, $params=null)
Event
EVENT_BOOTSTRAP
MvcEvent
EVENT_DISPATCH
MvcEvent
EVENT_DISPATCH_ERROR
MvcEvent
EVENT_FINISH
MvcEvent
EVENT_RENDER
MvcEvent
EVENT_RENDER_ERROR
MvcEvent
EVENT_ROUTE
MvcEvent
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
Generated by
1.8.3