ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Standard.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
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...
withRequiredText(string $text)
Get clone of Progress Meter with required text.
getRequiredText()
Get required text value.