getQueryParam(string $name, mixed $default) : mixed
If not present, returns the $default value provided.
string
mixed
mixed
getQueryParams() : null | \Zend\Stdlib\Parameters
null
\Zend\Stdlib\Parameters
getRouteMatch() : null | \Zend\Mvc\Router\RouteMatch
null
\Zend\Mvc\Router\RouteMatch
getRouteParam(string $name, mixed $default) : mixed
If not present, returns the $default value provided.
string
mixed
mixed
setQueryParams(\Zend\Stdlib\Parameters $params) : \PhlyRestfully\ResourceEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
\Zend\Stdlib\Parameters
setRouteMatch(\Zend\Mvc\Router\RouteMatch $matches) : \PhlyRestfully\ResourceEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
\Zend\Mvc\Router\RouteMatch