19 declare(strict_types=1);
55 if ($this->translations_repository !==
null) {
65 if ($this->user_language !==
null) {
68 return $this->user_language = $this->dic->user()->getLanguage();
73 if ($this->groups_repository !==
null) {
78 $this->groups_repository->
preload();
84 if ($this->entries_repository !==
null) {
89 $this->entries_repository->
preload();
95 return $this->identifications ?? $this->dic->globalScreen()->identification();
104 if ($item instanceof
isGroup) {
117 return $d->isActive();
139 && $translation->getTranslation() !==
'' 141 return $item->
withTitle($translation->getTranslation());
151 if ($entry ===
null) {
155 return $this->
id()->fromSerializedIdentification($entry->getParent());
Interface IdentificationInterface.
Customizing of pimple-DIC for ILIAS.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class IdentificationFactory All elements in the GlobalScreen service must be identifiable for the sup...
getProviderIdentification()