19 declare(strict_types=1);
37 return $called_contexts->
current()->getAdditionalData()->is(self::FORCED_STARTUP_STEP,
true);
42 return $this->context_collection->
main();
48 $main_bar = $this->
globalScreen()->layout()->factory()->mainbar();
49 $main_bar = $main_bar->withModification(
function (?
MainBar $current): ?
MainBar {
62 $meta_bar = $this->
globalScreen()->layout()->factory()->metabar();
63 $meta_bar = $meta_bar->withModification(
function (?
MetaBar $current): ?
MetaBar {
getMainBarModification(CalledContexts $screen_context_stack)
This describes the MainBar.
Interface Observer Contains several chained tasks and infos about them.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class AbstractModificationProvider.
const FORCED_STARTUP_STEP
getMetaBarModification(CalledContexts $screen_context_stack)
This describes the MetaBar.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
isForcedStartupStep(CalledContexts $called_contexts)