ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
FooterItemFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
30{
31 public function group(
32 IdentificationInterface $identification,
33 string $title
34 ): Group {
35 return new Group($identification, $title);
36 }
37
38 public function link(
39 IdentificationInterface $identification,
40 string $title
41 ): Link {
42 return new Link($identification, $title);
43 }
44
45 public function modal(
46 IdentificationInterface $identification,
47 string $title,
49 ): Modal {
50 return new Modal($identification, $title, $modal);
51 }
52
53 public function permanent(
54 IdentificationInterface $identification,
55 string $title,
56 URI $uri
57 ): Permanent {
58 return new Permanent($identification, $title, $uri);
59 }
60
61 public function text(
62 IdentificationInterface $identification,
63 string $text
64 ): Text {
65 return new Text($identification, $text);
66 }
67
68}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
group(IdentificationInterface $identification, string $title)
link(IdentificationInterface $identification, string $title)
modal(IdentificationInterface $identification, string $title, \ILIAS\UI\Component\Modal\Modal $modal)
text(IdentificationInterface $identification, string $text)
permanent(IdentificationInterface $identification, string $title, URI $uri)
Definition: UI.php:24
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.