3declare(strict_types=1);
 
   49        return $this->options;
 
   57        $this->options[
$key] = $value;
 
   65        return (isset($this->options[
$key])) ? $this->options[
$key] : 
null;
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
 
addOption(string $key, $value)
 
getId()
Get the ID of this signal.
 
getOptions()
Get the options of this signal.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...