ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Counter.php:21
src
UI
Component
Counter
Factory.php
Generated on Mon Nov 3 2025 22:02:07 for ILIAS by
1.9.4 (using
Doxyfile
)