ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Standard.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27interface 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.