Fully Qualified Name: | Laminas\Mvc\Controller\Plugin\CreateHttpNotFoundModel |
Extends: | AbstractPlugin |
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 |
Create an HTTP view model representing a "not found" page
Parameter Name | Type | Description |
---|---|---|
$response | \Response |
Returns: \ViewModel
Get the current controller instance
Returns: null|\Dispatchable
Set the current controller instance
Parameter Name | Type | Description |
---|---|---|
$controller | \Dispatchable |
Returns: void