308. Class

308.1. Zend\Mvc\Controller\AbstractActionController

Basic action controller

308.1.1. Methods

308.1.1.1. indexAction

indexAction()

Default action if none provided

Return type:array

308.1.1.2. notFoundAction

notFoundAction()

Action called if matched action does not exist

Return type:array

308.1.1.3. onDispatch

onDispatch()

Execute the request

Parameters:MvcEvent
Return type:mixed
Throws :ExceptionDomainException

308.1.1.4. createHttpNotFoundModel

createHttpNotFoundModel()

Create an HTTP view model representing a “not found” page

Parameters:HttpResponse
Return type:ViewModel

308.1.1.5. createConsoleNotFoundModel

createConsoleNotFoundModel()

Create a console view model representing a “not found” action

Parameters:ZendStdlibResponseInterface
Return type:ConsoleModel