Ergo::autostart PHP Метод

autostart() публичный статический Метод

Registers an application to be started when it's first called
public static autostart ( $application )
    public static function autostart($application)
    {
        self::$_autostart = $application;
    }