ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
Bar.php
Go to the documentation of this file.
1 <?php
2 
19 
24 
28 interface Bar extends Component, Triggerable, Triggerer
29 {
33  public function getUpdateSignal(): Signal;
34 
38  public function getResetSignal(): Signal;
39 }
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...
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...