ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
$dic
Definition: ltiresult.php:33