ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Namespaces | |
Client | |
Entry Point for Async calls from the Notification Center. | |
Collector | |
Helper | |
Identification | |
MainMenu | |
Provider | |
Scope | |
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 Parser\closeList(), Parser\createAssocArgs(), Parser\fetchScaryTemplateMaybeFromCache(), ilOrgUnitPosition\get(), ilDate\get(), ilTemplate\get(), arFieldCache\getPrimaryFieldName(), arFieldCache\getPrimaryFieldType(), 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 |
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(), Parser\createAssocArgs(), 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 9 of file SingletonTrait.php.