PHP Класс Phalcon\Error\Application

Наследование: extends Phalcon\Mvc\Application
Показать файл Открыть проект

Открытые методы

Метод Описание
__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