Bluz\Proxy\Auth::initInstance PHP Méthode

initInstance() protected static méthode

Init instance
protected static initInstance ( ) : Bluz\Auth\Auth
Résultat Bluz\Auth\Auth
    protected static function initInstance()
    {
        $instance = new Instance();
        $instance->setOptions(Config::getData('auth'));
        return $instance;
    }