ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
AbstractStaticFooterProvider.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
29 
34 {
37 
38  public function __construct(Container $dic)
39  {
40  parent::__construct($dic);
41  $this->item_factory = $this->globalScreen()->footer();
42  $this->id_factory = $this->globalScreen()->identification()->core($this);
43  }
44 
45  public function getAdditionalTexts(): array
46  {
47  return [];
48  }
49 
50  public function getPermanentURI(): ?Permanent
51  {
52  return null;
53  }
54 
55 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:35
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(Container $dic, ilPlugin $plugin)
$dic
Definition: result.php:31