PHP Class Phalcon\Error\Application

Inheritance: extends Phalcon\Mvc\Application
Afficher le fichier Open project: phalcon/incubator

Méthodes publiques

Méthode Description
__construct ( Phalcon\DiInterface $dependencyInjector = null ) : Application Class constructor registers autoloading and error handler.
main ( ) : Phalcon\Http\Response Registers the services and dispatches the application.

Private Methods

Méthode Description
registerAutoloaders ( ) : void Registers autoloading.
registerServices ( ) : void Registers the services in di container.

Method Details

__construct() public méthode

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

main() public méthode

Registers the services and dispatches the application.
public main ( ) : Phalcon\Http\Response
Résultat Phalcon\Http\Response