Class CreateConsoleNotFoundModel

Summary

Fully Qualified Name: Zend\Mvc\Console\Controller\Plugin\CreateConsoleNotFoundModel
Extends: AbstractPlugin

Description

Methods

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

Method Details

__invoke()

Create a console view model representing a "not found" action

Returns: \ConsoleModel

getController()

Get the current controller instance

Returns: null|\Dispatchable

setController()

Set the current controller instance

Parameter Name Type Description
$controller \Dispatchable

Returns: void

Top