PHP 클래스 ZF\Apigility\Application

상속: extends Zend\Mvc\Application
파일 보기 프로젝트 열기: zfcampus/zf-apigility 1 사용 예제들

공개 메소드들

메소드 설명
run ( ) : self Run the application.

비공개 메소드들

메소드 설명
handleException ( Throwabl\Throwable | Exceptio\Exception $exception, MvcEvent $event, Zend\EventManager\EventManagerInterface $events ) : self Handle an exception/throwable.

메소드 상세

run() 공개 메소드

{@inheritDoc} This method overrides the behavior of Zend\Mvc\Application to wrap the trigger of the route event in a try/catch block, allowing us to catch route listener exceptions and trigger the dispatch.error event.
public run ( ) : self
리턴 self