ILIAS  release_7 Revision v7.30-3-g800a261c036
Factory.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
5/* Copyright (c) 2017 Alexander Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
6
8
10
14interface Factory
15{
38 public function standard(string $label, string $action) : Standard;
39
80 public function bulky(Symbol $symbol, string $label, \ILIAS\Data\URI $target) : Bulky;
81}
An exception for terminatinating execution or to throw for unit testing.
This describes a symbol.
Definition: Symbol.php:12
Class ChatMainBarProvider \MainMenu\Provider.