107 static::$authAdapterPool[$key] = static::$authAdapterPool[$key = get_called_class()] ?? [];
108 if (!array_key_exists($type,static::$authAdapterPool[$key]))
110 static::$authAdapterPool[$key][$type] = BusinessAuthAdapter::create($type)->
setService(static::getInstance());
113 return static::$authAdapterPool[$key][$type];