ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /* Copyright (c) 2017 Alexander Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
6 
8 
10 
14 interface 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 }
This describes a symbol.
Definition: Symbol.php:11
Class ChatMainBarProvider .