Phalcon\Error\Application::main PHP Method

main() public method

Registers the services and dispatches the application.
public main ( ) : Phalcon\Http\Response
return Phalcon\Http\Response
    public function main()
    {
        $this->registerServices();
        return $this->handle()->send();
    }