__invoke()
fromFiles()
fromHeader()
fromPost()
fromQuery()
fromRoute()
getController()
setController()
$controller
__invoke(string $param, mixed $default) : mixed
string
mixed
mixed
fromFiles(string $name, mixed $default) : array | \ArrayAccess | null
string
File name to retrieve, or null to get all.
mixed
Default value to use when the file is missing.
array
\ArrayAccess
null
fromHeader(string $header, mixed $default) : null | \Zend\Http\Header\HeaderInterface
string
Header name to retrieve, or null to get all.
mixed
Default value to use when the requested header is missing.
fromPost(string $param, mixed $default) : mixed
string
Parameter name to retrieve, or null to get all.
mixed
Default value to use when the parameter is missing.
mixed
fromQuery(string $param, mixed $default) : mixed
string
Parameter name to retrieve, or null to get all.
mixed
Default value to use when the parameter is missing.
mixed
fromRoute(string $param, mixed $default) : mixed
string
Parameter name to retrieve, or null to get all.
mixed
Default value to use when the parameter is missing.
\Zend\Mvc\Exception\RuntimeException |
---|
mixed
getController() : null | \Zend\Stdlib\DispatchableInterface
inherited_from | \Zend\Mvc\Controller\Plugin\AbstractPlugin::getController() |
---|
setController(\Zend\Stdlib\DispatchableInterface $controller) : void
inherited_from | \Zend\Mvc\Controller\Plugin\AbstractPlugin::setController() |
---|
\Zend\Stdlib\DispatchableInterface
$controller : null | \Zend\Stdlib\DispatchableInterface
inherited_from | \Zend\Mvc\Controller\Plugin\AbstractPlugin::$$controller |
---|