Fully Qualified Name: | Zend\Mvc\Console\Controller\Plugin\CreateConsoleNotFoundModel |
Extends: | AbstractPlugin |
Name | Description | Defined By |
---|---|---|
__invoke() | Create a console view model representing a "not found" action | CreateConsoleNotFoundModel |
getController() | Get the current controller instance | AbstractPlugin |
setController() | Set the current controller instance | AbstractPlugin |
Create a console view model representing a "not found" action
Returns: \ConsoleModel
Get the current controller instance
Returns: null|\Dispatchable
Set the current controller instance
Parameter Name | Type | Description |
---|---|---|
$controller | \Dispatchable |
Returns: void