|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Implementation\Component\Signal:
Collaboration diagram for ILIAS\UI\Implementation\Component\Signal: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 () | |
| getId () | |
| Get the ID of this signal. More... | |
| getOptions () | |
| Get the options of this signal. More... | |
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 | ) |
Definition at line 34 of file Signal.php.
References $id.
| ILIAS\UI\Implementation\Component\Signal::__toString | ( | ) |
Definition at line 68 of file Signal.php.
References $id.
| ILIAS\UI\Implementation\Component\Signal::addOption | ( | string | $key, |
| $value | |||
| ) |
| mixed | $value |
Definition at line 55 of file Signal.php.
| 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 $id.
|
protected |
Definition at line 63 of file Signal.php.
| 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\Input\Field\$options.
|
protected |
Definition at line 31 of file Signal.php.
|
protected |
Definition at line 32 of file Signal.php.