ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Counter
;
22
27
interface
Factory
28
{
54
public
function
status
(
int
$number):
Counter
;
55
97
public
function
novelty
(
int
$number):
Counter
;
98
}
ILIAS\UI\Component\Counter\Counter
This tags a counter object.
Definition:
Counter.php:29
ILIAS\UI\Component\Counter\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:28
ILIAS\UI\Component\Counter\Factory\novelty
novelty(int $number)
ILIAS\UI\Component\Counter\Factory\status
status(int $number)
ILIAS\UI\Component\Counter
Definition:
Counter.php:21
components
ILIAS
UI
src
Component
Counter
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)