ILIAS  release_8 Revision v8.24
Factory.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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
338 public function footer(array $links, string $text = ''): Footer;
339
340
375 public function modeInfo(string $title, URI $close_action): ModeInfo;
376
441 public function systemInfo(string $headline, string $information_text): SystemInfo;
442}
Builds a Color from either hex- or rgb values.
Definition: Factory.php:17
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
footer(array $links, string $text='')
modeInfo(string $title, URI $close_action)
systemInfo(string $headline, string $information_text)
This describes the Footer.
Definition: Footer.php:33
This describes the MainBar.
Definition: MainBar.php:34
This describes the MetaBar.
Definition: MetaBar.php:33
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21