ILIAS  release_8 Revision v8.24
Factory.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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