PHP 클래스 Zend\Mvc\Controller\AbstractActionController

상속: extends AbstractController
파일 보기 프로젝트 열기: zendframework/zend-mvc 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$eventIdentifier {@inheritDoc}

공개 메소드들

메소드 설명
indexAction ( ) : array Default action if none provided
notFoundAction ( ) : array Action called if matched action does not exist
onDispatch ( MvcEvent $e ) : mixed Execute the request

메소드 상세

indexAction() 공개 메소드

Default action if none provided
public indexAction ( ) : array
리턴 array

notFoundAction() 공개 메소드

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

onDispatch() 공개 메소드

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

프로퍼티 상세

$eventIdentifier 보호되어 있는 프로퍼티

{@inheritDoc}
protected $eventIdentifier