ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Counter.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Counter
;
22
23
use
ILIAS\UI\Component\Component
;
24
28
interface
Counter
extends
Component
29
{
30
// Types of counters:
31
public
const
NOVELTY
=
"novelty"
;
32
public
const
STATUS
=
"status"
;
33
39
public
function
getType
(): string;
40
44
public
function
getNumber
():
int
;
45
}
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\UI\Component\Counter\Counter
This tags a counter object.
Definition:
Counter.php:29
ILIAS\UI\Component\Counter\Counter\STATUS
const STATUS
Definition:
Counter.php:32
ILIAS\UI\Component\Counter\Counter\NOVELTY
const NOVELTY
Definition:
Counter.php:31
ILIAS\UI\Component\Counter\Counter\getType
getType()
Get the type of the counter.
ILIAS\UI\Component\Counter\Counter\getNumber
getNumber()
Get the number on the counter.
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\UI\Component\Counter
Definition:
Counter.php:21
ILIAS\UI\Component
components
ILIAS
UI
src
Component
Counter
Counter.php
Generated on Sat Oct 18 2025 23:04:38 for ILIAS by
1.9.4 (using
Doxyfile
)