|
| collect (array $items) |
|
| item (string $id, string $title, object $obj) |
|
Definition at line 34 of file FooterProvider.php.
◆ __construct()
ILIAS\LegalDocuments\GlobalScreen\FooterProvider::__construct |
( |
Container |
$dic | ) |
|
◆ collect()
ILIAS\LegalDocuments\GlobalScreen\FooterProvider::collect |
( |
array |
$items | ) |
|
|
private |
Definition at line 59 of file FooterProvider.php.
61 return function (...$args) use ($items) {
65 return $this->
collect(array_merge($items, [$args]));
◆ getEntries()
ILIAS\LegalDocuments\GlobalScreen\FooterProvider::getEntries |
( |
| ) |
|
◆ getGroups()
ILIAS\LegalDocuments\GlobalScreen\FooterProvider::getGroups |
( |
| ) |
|
◆ item()
ILIAS\LegalDocuments\GlobalScreen\FooterProvider::item |
( |
string |
$id, |
|
|
string |
$title, |
|
|
object |
$obj |
|
) |
| |
|
private |
◆ $ldoc
readonly Conductor ILIAS\LegalDocuments\GlobalScreen\FooterProvider::$ldoc |
|
private |
◆ $parent_id
readonly Id ILIAS\LegalDocuments\GlobalScreen\FooterProvider::$parent_id |
|
private |
The documentation for this class was generated from the following file: