3 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;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addOption(string $key, $value)
getOptions()
Get the options of this signal.
getId()
Get the ID of this signal.