ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
Factory.php
Go to the documentation of this file.
1 <?php
2 
19 
20 use ILIAS\Data\URI;
21 
25 interface Factory
26 {
72  public function bar(string $label, ?URI $async_url = null): Bar;
73 
96  public function state(): State\Factory;
97 }
bar(string $label, ?URI $async_url=null)
description: purpose: > The Progress Bar is designed to represent the state of a single or bundled t...
The scope of this class is split ilias-conform URI&#39;s into components.
Definition: URI.php:34
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
state()
description: purpose: > A State represents a particular version of a component at a specific time...