ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (string $id) | |
getId () | |
Get the ID of this signal. More... | |
getOptions () | |
Get the options of this signal. More... | |
addOption (string $key, $value) | |
__toString () | |
Protected Member Functions | |
getOption (string $key) | |
Protected Attributes | |
string | $id |
array | $options = array() |
Definition at line 29 of file Signal.php.
ILIAS\UI\Implementation\Component\Signal::__construct | ( | string | $id | ) |
ILIAS\UI\Implementation\Component\Signal::__toString | ( | ) |
ILIAS\UI\Implementation\Component\Signal::addOption | ( | string | $key, |
$value | |||
) |
mixed | $value |
Definition at line 55 of file Signal.php.
Referenced by ILIAS\UI\Implementation\Component\ReplaceSignal\withAsyncRenderUrl(), and ILIAS\UI\Implementation\Component\ReplaceContentSignal\withAsyncRenderUrl().
ILIAS\UI\Implementation\Component\Signal::getId | ( | ) |
Get the ID of this signal.
Implements ILIAS\UI\Component\Signal.
Definition at line 42 of file Signal.php.
References ILIAS\UI\Implementation\Component\Signal\$id.
|
protected |
Definition at line 63 of file Signal.php.
References null.
Referenced by ILIAS\UI\Implementation\Component\ReplaceSignal\getAsyncRenderUrl(), and ILIAS\UI\Implementation\Component\ReplaceContentSignal\getAsyncRenderUrl().
ILIAS\UI\Implementation\Component\Signal::getOptions | ( | ) |
Get the options of this signal.
Implements ILIAS\UI\Component\Signal.
Definition at line 47 of file Signal.php.
References ILIAS\UI\Implementation\Component\Signal\$options.
|
protected |
Definition at line 31 of file Signal.php.
Referenced by ILIAS\UI\Implementation\Component\Signal\__construct(), ILIAS\UI\Implementation\Component\Signal\__toString(), and ILIAS\UI\Implementation\Component\Signal\getId().
|
protected |
Definition at line 32 of file Signal.php.
Referenced by ILIAS\UI\Implementation\Component\Signal\getOptions().