ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Factory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
29interface Factory
30{
102 public function metaBar(): MetaBar;
103
229 public function mainBar(): MainBar;
230
231
307 public function slate(): Slate\Factory;
308
360 public function footer(): Footer;
361
362
397 public function modeInfo(string $title, URI $close_action): ModeInfo;
398
463 public function systemInfo(string $headline, string $information_text): SystemInfo;
464}
Builds a Color from either hex- or rgb values.
Definition: Factory.php:31
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
modeInfo(string $title, URI $close_action)
systemInfo(string $headline, string $information_text)
This describes the MainBar.
Definition: MainBar.php:34
This describes the MetaBar.
Definition: MetaBar.php:33