PHP Class Zend\Mvc\Controller\AbstractActionController

Inheritance: extends AbstractController
Exibir arquivo Open project: zendframework/zend-mvc Class Usage Examples

Protected Properties

Property Type Description
$eventIdentifier {@inheritDoc}

Public Methods

Method Description
indexAction ( ) : array Default action if none provided
notFoundAction ( ) : array Action called if matched action does not exist
onDispatch ( MvcEvent $e ) : mixed Execute the request

Method Details

indexAction() public method

Default action if none provided
public indexAction ( ) : array
return array

notFoundAction() public method

Action called if matched action does not exist
public notFoundAction ( ) : array
return array

onDispatch() public method

Execute the request
public onDispatch ( MvcEvent $e ) : mixed
$e Zend\Mvc\MvcEvent
return mixed

Property Details

$eventIdentifier protected_oe property

{@inheritDoc}
protected $eventIdentifier