ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Standard.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
27 interface Standard extends ProgressMeter
28 {
36  public function getComparison();
37 
43  public function withMainText(string $text): ProgressMeter;
44 
48  public function getMainText(): ?string;
49 
56  public function withRequiredText(string $text): ProgressMeter;
57 
61  public function getRequiredText(): ?string;
62 }
withMainText(string $text)
Get clone of Progress Meter with main text It will be displayed above the main value percentage displ...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21
withRequiredText(string $text)
Get clone of Progress Meter with required text.
getRequiredText()
Get required text value.