3 declare(strict_types=1);
47 return $this->dic->globalScreen();
64 if ($this->provider_name_cache !==
"" && is_string($this->provider_name_cache)) {
67 $reflector = new \ReflectionClass($this);
69 $re =
"/.*[\\\|\\/](?P<provider>(Services|Modules)[\\\|\\/].*)[\\\|\\/]classes/m";
71 preg_match($re, str_replace(
"\\",
"/", $reflector->getFileName()), $matches);
73 $this->provider_name_cache = isset($matches[1]) ? is_string($matches[1]) ? $matches[1] : self::class : self::class;
getFullyQualifiedClassName()
getProviderNameForPresentation()
Customizing of pimple-DIC for ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $provider_name_cache
__construct(Container $dic)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...