Class CreateHttpNotFoundModel

Summary

Fully Qualified Name: Zend\Mvc\Controller\Plugin\CreateHttpNotFoundModel
Extends: AbstractPlugin

Description

Methods

Name Description Defined By
__invoke() Create an HTTP view model representing a "not found" page CreateHttpNotFoundModel
getController() Get the current controller instance AbstractPlugin
setController() Set the current controller instance AbstractPlugin

Method Details

__invoke()

Create an HTTP view model representing a "not found" page

Parameter Name Type Description
$response \Response

Returns: \ViewModel

getController()

Get the current controller instance

Returns: null|\Dispatchable

setController()

Set the current controller instance

Parameter Name Type Description
$controller \Dispatchable

Returns: void

Top