ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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.
$text
Definition: xapiexit.php:21
getRequiredText()
Get required text value.