|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts:
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts:Public Member Functions | |
| current () | |
| push (ScreenContext $context) | |
| external () | |
| clear () | |
Public Member Functions inherited from ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection | |
| __construct (protected ContextRepository $repo) | |
| push (ScreenContext $context) | |
| getLast () | |
| getStack () | |
| getStackAsArray () | |
| hasMatch (ContextCollection $other_collection) | |
| main () | |
| desktop () | |
| repository () | |
| administration () | |
| external () | |
| lti () | |
Protected Member Functions | |
| claim (ScreenContext $context, bool $silent=false) | |
Private Member Functions | |
| checkCallLocation (ScreenContext $context, bool $silent=false) | |
Private Attributes | |
| array | $call_locations = [] |
Additional Inherited Members | |
Data Fields inherited from ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection | |
| function return | $this: self { $this->push($this->repo->internal()) |
Protected Attributes inherited from ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection | |
| array | $stack = [] |
Definition at line 29 of file CalledContexts.php.
|
private |
Definition at line 71 of file CalledContexts.php.
References $context.
Referenced by ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\claim().
Here is the caller graph for this function:
|
protected |
Definition at line 61 of file CalledContexts.php.
References $context, and ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\checkCallLocation().
Referenced by ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\external(), and ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\push().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts::clear | ( | ) |
Definition at line 55 of file CalledContexts.php.
| ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts::current | ( | ) |
Definition at line 33 of file CalledContexts.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\getLast().
Referenced by ilHTMLExportViewLayoutProvider\getBreadCrumbsModification(), ilLMHtmlExportViewLayoutProvider\getBreadCrumbsModification(), ilMDKeywordExposer\getContentModification(), ilHTMLExportViewLayoutProvider\getMainBarModification(), ilTestPlayerLayoutProvider\getMainBarModification(), DashboardLayoutProvider\getMainBarModification(), ilLMHtmlExportViewLayoutProvider\getMainBarModification(), ilHTMLExportViewLayoutProvider\getMetaBarModification(), ilLMHtmlExportViewLayoutProvider\getMetaBarModification(), ILIAS\WOPI\Embed\EmbeddedApplicationGSProvider\getMetaBarModification(), ilTestPlayerLayoutProvider\getShortTitleModification(), ilTestPlayerLayoutProvider\getTitleModification(), ilAdminGSToolProvider\getToolsForContextStack(), ilCOPageEditGSToolProvider\getToolsForContextStack(), ilLMEditGSToolProvider\getToolsForContextStack(), ilMediaPoolGSToolProvider\getToolsForContextStack(), ILIAS\OrgUnit\Provider\OrgUnitToolProvider\getToolsForContextStack(), ilWorkspaceGSToolProvider\getToolsForContextStack(), ilSkillGSToolProvider\getToolsForContextStack(), ilTaxonomyGSToolProvider\getToolsForContextStack(), ilTestPlayerToolProvider\getToolsForContextStack(), ilTestPlayerLayoutProvider\getViewTitleModification(), ILIAS\Init\StartupSequence\StartUpSequenceLayoutProvider\isForcedStartupStep(), ilTestPlayerLayoutProvider\isKioskModeEnabled(), ilLSViewLayoutProvider\isKioskModeEnabled(), ILIAS\LTI\Screen\LtiViewLayoutProvider\isLTIExitMode(), and ILIAS\Test\Presentation\PrintLayoutProvider\isTestContextPrint().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts::external | ( | ) |
Reimplemented from ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection.
Definition at line 48 of file CalledContexts.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\$this, and ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\claim().
Here is the call graph for this function:| ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts::push | ( | ScreenContext | $context | ) |
Reimplemented from ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection.
Definition at line 39 of file CalledContexts.php.
References $context, and ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\claim().
Here is the call graph for this function:
|
private |
Definition at line 31 of file CalledContexts.php.