ILIAS  release_7 Revision v7.30-3-g800a261c036
Factory.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2018 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
6
8
12interface Factory
13{
86 public function metaBar() : MetaBar;
87
231 public function mainBar() : MainBar;
232
233
310 public function slate() : Slate\Factory;
311
342 public function footer(array $links, string $text = '') : Footer;
343
344
379 public function modeInfo(string $title, URI $close_action) : ModeInfo;
380
445 public function systemInfo(string $headline, string $information_text) : SystemInfo;
446}
An exception for terminatinating execution or to throw for unit testing.
Builds a Color from either hex- or rgb values.
Definition: Factory.php:14
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:18
footer(array $links, string $text='')
modeInfo(string $title, URI $close_action)
systemInfo(string $headline, string $information_text)
This describes the Footer.
Definition: Footer.php:16
This describes the MainBar.
Definition: MainBar.php:17
This describes the MetaBar.
Definition: MetaBar.php:15