ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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
230 public function mainBar() : MainBar;
231
232
309 public function slate() : Slate\Factory;
310
340 public function footer(array $links, string $text = '') : Footer;
341
342
375 public function modeInfo(string $title, URI $close_action) : ModeInfo;
376}
An exception for terminatinating execution or to throw for unit testing.
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:18
This is how a factory for buttons looks like.
Definition: Factory.php:13
footer(array $links, string $text='')
modeInfo(string $title, URI $close_action)
This describes the Footer.
Definition: Footer.php:12
This describes the MainBar.
Definition: MainBar.php:16
This describes the MetaBar.
Definition: MetaBar.php:15