ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
Factory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
29interface Factory
30{
53 public function standard(string $label, string $action): Standard;
54
98 public function bulky(Symbol $symbol, string $label, URI $target): Bulky;
99}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
This describes a symbol.
Definition: Symbol.php:30