ILIAS  release_8 Revision v8.24
Standard.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21