ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilGlobalTemplateGSProvider.php
Go to the documentation of this file.
1<?php
2
3use ILIAS\GlobalScreen\Scope\Context\ContextInterface;
4
11{
12
16 public function getGeneralContextsForComponent() : array
17 {
18 return [];
19 }
20
21
25 public function enrichContextWithCurrentSituation(ContextInterface $context) : ContextInterface
26 {
27 return $context;
28 }
29}
An exception for terminatinating execution or to throw for unit testing.
Class ilGlobalTemplateGSProvider.
enrichContextWithCurrentSituation(ContextInterface $context)
@inheritDoc
$context
Definition: webdav.php:25