ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilGlobalTemplateGSProvider.php
Go to the documentation of this file.
1 <?php
2 
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 }
$context
Definition: webdav.php:25
Class ilGlobalTemplateGSProvider.
enrichContextWithCurrentSituation(ContextInterface $context)