19 declare(strict_types=1);
29 class Signal implements \ILIAS\UI\Component\Signal
55 public function addOption(
string $key, $value): void
57 $this->options[$key] = $value;
65 return (isset($this->options[$key])) ? $this->options[$key] :
null;
addOption(string $key, $value)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getOptions()
Get the options of this signal.
getId()
Get the ID of this signal.