ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
SignalGeneratorInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component
;
22
28
interface
SignalGeneratorInterface
29
{
35
public
function
create
(
string
$class =
''
):
Signal
;
36
}
ILIAS\UI\Component\Signal
Definition:
Signal.php:33
ILIAS\UI\Implementation\Component\SignalGeneratorInterface
Definition:
SignalGeneratorInterface.php:29
ILIAS\UI\Implementation\Component\SignalGeneratorInterface\create
create(string $class='')
Create a signal, each created signal MUST have a unique ID.
ILIAS\UI\Implementation\Component
components
ILIAS
UI
src
Implementation
Component
SignalGeneratorInterface.php
Generated on Sat Oct 18 2025 23:04:41 for ILIAS by
1.9.4 (using
Doxyfile
)