PHP 클래스 Phalcon\Error\Application

상속: extends Phalcon\Mvc\Application
파일 보기 프로젝트 열기: phalcon/incubator

공개 메소드들

메소드 설명
__construct ( Phalcon\DiInterface $dependencyInjector = null ) : Application Class constructor registers autoloading and error handler.
main ( ) : Phalcon\Http\Response Registers the services and dispatches the application.

비공개 메소드들

메소드 설명
registerAutoloaders ( ) : void Registers autoloading.
registerServices ( ) : void Registers the services in di container.

메소드 상세

__construct() 공개 메소드

Class constructor registers autoloading and error handler.
public __construct ( Phalcon\DiInterface $dependencyInjector = null ) : Application
$dependencyInjector Phalcon\DiInterface
리턴 Application

main() 공개 메소드

Registers the services and dispatches the application.
public main ( ) : Phalcon\Http\Response
리턴 Phalcon\Http\Response