PHP Class Zend\Mvc\Controller\AbstractActionController

Inheritance: extends AbstractController
Afficher le fichier Open project: zendframework/zend-mvc Class Usage Examples

Protected Properties

Свойство Type Description
$eventIdentifier {@inheritDoc}

Méthodes publiques

Méthode 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 méthode

Default action if none provided
public indexAction ( ) : array
Résultat array

notFoundAction() public méthode

Action called if matched action does not exist
public notFoundAction ( ) : array
Résultat array

onDispatch() public méthode

Execute the request
public onDispatch ( MvcEvent $e ) : mixed
$e Zend\Mvc\MvcEvent
Résultat mixed

Property Details

$eventIdentifier protected_oe property

{@inheritDoc}
protected $eventIdentifier