ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\Counter\Counter
This tags a counter object.
Definition:
Counter.php:28
ILIAS\UI\Component
Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Component\Counter
Definition:
Counter.php:21
ILIAS\UI\Component\Counter\Counter\getType
getType()
Get the type of the counter.
ILIAS\UI\Component\Counter\Counter\NOVELTY
const NOVELTY
Definition:
Counter.php:31
ILIAS\UI\Component\Counter\Counter\getNumber
getNumber()
Get the number on the counter.
ILIAS\UI\Component\Counter\Counter\STATUS
const STATUS
Definition:
Counter.php:32
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
UI
src
Component
Counter
Counter.php
Generated on Wed Sep 3 2025 23:04:12 for ILIAS by
1.8.13 (using
Doxyfile
)