ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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