package |
Default |
inherited_from |
\Zend\Mvc\Controller\Plugin\AbstractPlugin |
Methods
Create an HTTP view model representing a "not found" page
__invoke(\Zend\Http\Response $response) : \Zend\View\Model\ViewModel
Parameters
$response
\Zend\Http\Response
Returns
\Zend\View\Model\ViewModel
Get the current controller instance
getController() : null | \Zend\Stdlib\DispatchableInterface
Inherited
inherited_from |
\Zend\Mvc\Controller\Plugin\PluginInterface::getController() |
Returns
null
\Zend\Stdlib\DispatchableInterface
Set the current controller instance
setController(\Zend\Stdlib\DispatchableInterface $controller) : void
Inherited
inherited_from |
\Zend\Mvc\Controller\Plugin\PluginInterface::setController() |
Parameters
$controller
\Zend\Stdlib\DispatchableInterface
Properties
$controller
$controller : null | \Zend\Stdlib\DispatchableInterface