3declare(strict_types=1);
23use ILIAS\UI\Implementation\Component\ComponentHelper;
30 private static array
$types = array( self::NOVELTY, self::STATUS);
36 $this->checkArgIsElement(
"type",
$type, self::$types,
"counter type");
__construct(string $type, int $number)
getNumber()
Get the number on the counter.
getType()
Get the type of the counter.string One of the counter types.
This tags a counter object.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...