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