Ergo::stop PHP Method

stop() public static method

Stops the current application instance
public static stop ( )
    public static function stop()
    {
        self::$_application->stop();
        self::$_started = false;
    }