Ergo::isStarted PHP 메소드

isStarted() 공개 정적인 메소드

Whether the application instance is started.
public static isStarted ( )
    public static function isStarted()
    {
        return self::$_started;
    }