ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Namespaces | |
namespace | Client |
Entry Point for Async calls from the Notification Center. | |
namespace | Collector |
namespace | Helper |
namespace | Identification |
namespace | MainMenu |
namespace | Provider |
namespace | Scope |
namespace | ScreenContext |
Data Structures | |
class | Services |
Class Services. More... | |
Functions | |
get (string $class_name) | |
getWithArgument (string $class_name, $argument) | |
getWithMultipleArguments (string $class_name, array $arguments) | |
has (string $class_name) | |
Variables | |
trait | SingletonTrait |
Class SingletonTrait. More... | |
|
private |
string | $class_name |
Definition at line 22 of file SingletonTrait.php.
References ILIAS\GlobalScreen\has().
Referenced by ilDate\get(), ilTemplate\get(), ilOrgUnitPosition\get(), ilTemplate\getUnmodified(), Title\moveToNewTitle(), Title\newFromRedirect(), ActiveRecord\preloadObjects(), and ilOrgUnitMultiLineInputGUI\render().
|
private |
string | $class_name |
Definition at line 37 of file SingletonTrait.php.
References ILIAS\GlobalScreen\has().
Referenced by ILIAS\GlobalScreen\Services\collector(), ILIAS\GlobalScreen\Services\identification(), ILIAS\GlobalScreen\Services\layout(), ILIAS\GlobalScreen\Collector\CollectorFactory\metaBar(), and ILIAS\GlobalScreen\Collector\CollectorFactory\notifications().
|
private |
string | $class_name | |
array | $arguments |
ReflectionException
Definition at line 54 of file SingletonTrait.php.
References $i, and ILIAS\GlobalScreen\has().
Referenced by ILIAS\GlobalScreen\Collector\CollectorFactory\layout(), ILIAS\GlobalScreen\Collector\CollectorFactory\mainmenu(), and ILIAS\GlobalScreen\Collector\CollectorFactory\tool().
|
private |
string | $class_name |
Definition at line 71 of file SingletonTrait.php.
Referenced by ilFileSystemAbstractionStorage\copyFile(), ilFileSystemAbstractionStorage\create(), ilFileSystemAbstractionStorage\deleteDirectory(), ilFileSystemAbstractionStorage\deleteFile(), draw_shell(), ILIAS\GlobalScreen\get(), ilFileSystemAbstractionStorage\getLegacyAbsolutePath(), ILIAS\GlobalScreen\getWithArgument(), ILIAS\GlobalScreen\getWithMultipleArguments(), ILIAS\GlobalScreen\Collector\CollectorFactory\mainmenu(), UtfNormal\quickIsNFCVerify(), ILIAS\GlobalScreen\Collector\CollectorFactory\tool(), and CAS_Client\validateCAS10().
trait ILIAS::GlobalScreen\SingletonTrait |
Class SingletonTrait.
Definition at line 8 of file SingletonTrait.php.