ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Standard.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2017 Ralph Dittrich <dittrich@qualitus.de> Extended GPL, see docs/LICENSE */
4 
6 
11 interface Standard extends ProgressMeter
12 {
13 
21  public function getComparison();
22 
32  public function withMainText($text);
33 
39  public function getMainText();
40 
50  public function withRequiredText($text);
51 
57  public function getRequiredText();
58 }
withRequiredText($text)
Get clone of Progress Meter with required text.
withMainText($text)
Get clone of Progress Meter with main text.
getRequiredText()
Get required text value.