ILIAS  trunk Revision v12.0_alpha-1338-g8f7e531aa3c
Bar.php
Go to the documentation of this file.
1<?php
2
20
25
30{
34 public function getUpdateSignal(): Signal;
35
39 public function getResetSignal(): Signal;
40}
A component is the most general form of an entity in the UI.
Definition: Component.php:28
getUpdateSignal()
Get a Signal which can be used to update the current Progress Bar.
getResetSignal()
Get a Signal which can be used to reset the current Progress Bar.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...