ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Signal.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component
;
22
32
interface
Signal
33
{
37
public
function
getId
(): string;
38
42
public
function
getOptions
(): array;
43
}
ILIAS\UI\Component\Signal\getOptions
getOptions()
Get the options of this signal.
ILIAS\UI\Component
ILIAS\UI\Component\Signal\getId
getId()
Get the ID of this signal.
Signal
components
ILIAS
UI
src
Component
Signal.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)