ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
SignalGeneratorInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
ILIAS\UI\Implementation\Component
;
3
4
use
ILIAS\UI\Component\Signal
;
5
11
interface
SignalGeneratorInterface
12
{
13
20
public
function
create
($class =
''
);
21
}
ILIAS\UI\Implementation\Component
ILIAS\UI\Implementation\Component\SignalGeneratorInterface\create
create($class='')
Create a signal, each created signal MUST have a unique ID.
ILIAS\UI\Implementation\Component\SignalGeneratorInterface
Definition:
SignalGeneratorInterface.php:11
Signal
src
UI
Implementation
Component
SignalGeneratorInterface.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)