ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Bar.php
Go to the documentation of this file.
1 <?php
2 
20 
25 
29 interface Bar extends Component, Triggerable, Triggerer
30 {
34  public function getUpdateSignal(): Signal;
35 
39  public function getResetSignal(): Signal;
40 }
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...
getUpdateSignal()
Get a Signal which can be used to update the current Progress Bar.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...