ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Factory.php
Go to the documentation of this file.
1<?php
2
20
22
26interface Factory
27{
73 public function bar(string $label, ?URI $async_url = null): Bar;
74
97 public function state(): State\Factory;
98}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
bar(string $label, ?URI $async_url=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...