Ergo::autostart PHP Method

autostart() public static method

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