ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
AbstractStaticFooterProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
29
34{
37
38 public function __construct(Container $dic)
39 {
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:36
$dic
Definition: ltiresult.php:33
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc