19 declare(strict_types=1);
40 return $this->dic->globalScreen();
54 if ($this->provider_name_cache !==
"" && is_string($this->provider_name_cache)) {
58 $reflector = new \ReflectionClass($this);
60 $dirname = dirname($reflector->getFileName());
61 $after_components = substr($dirname, strpos($dirname,
'/components/') + strlen(
'/components/'));
67 $parts = array_filter(
$parts,
static function ($part):
bool {
68 $ignore = [
'GlobalScreen',
'Provider',
'classes',
'GS'];
69 return $part !==
'' && !in_array($part, $ignore,
true);
72 return $this->provider_name_cache = implode(
'/',
$parts);
getFullyQualifiedClassName()
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
getProviderNameForPresentation()
Customizing of pimple-DIC for ILIAS.
string $provider_name_cache
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(protected Container $dic)