ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ProgressMeter.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Component\Chart\ProgressMeter
;
22
23
use
ILIAS\UI\Component\Component
;
24
29
interface
ProgressMeter
extends
Component
30
{
40
public
function
getMaximum
();
41
50
public
function
getRequired
();
51
59
public
function
getMainValue
();
60
}
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Component
ILIAS\UI\Component\Chart\ProgressMeter\ProgressMeter
Definition:
ProgressMeter.php:29
ILIAS\UI\Component\Chart\ProgressMeter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
ILIAS\UI\Component\Chart\ProgressMeter\ProgressMeter\getMaximum
getMaximum()
Get maximum value.
ILIAS\UI\Component\Chart\ProgressMeter\ProgressMeter\getMainValue
getMainValue()
Get main value.
ILIAS\UI\Component\Chart\ProgressMeter\ProgressMeter\getRequired
getRequired()
Get required value.
src
UI
Component
Chart
ProgressMeter
ProgressMeter.php
Generated on Sun Aug 31 2025 22:02:47 for ILIAS by
1.8.13 (using
Doxyfile
)