3 declare(strict_types=1);
49 return $this->options;
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)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
getOptions()
Get the options of this signal.
getId()
Get the ID of this signal.