ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
11interface 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}
An exception for terminatinating execution or to throw for unit testing.
withRequiredText($text)
Get clone of Progress Meter with required text.
withMainText($text)
Get clone of Progress Meter with main text.
$text
Definition: errorreport.php:18