19 declare(strict_types=1);
35 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
39 $this->
lng->loadLanguageModule(
'rglo');
54 switch ($this->
object->getAvailabilityType()) {
56 return $this->
lng->txt(
'offline');
59 return $this->
lng->txt(
'online');
68 $radio_grp->setDisabled(
true);
71 $radio_grp->addOption($radio_opt);
74 $radio_grp->addOption($radio_opt);
This class represents an option in a radio group.
addProperty(string $a_name, string $a_value, string $a_link="")
add a property to current section
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
addCustomEditForm(ilPropertyFormGUI $a_form)
__construct(Container $dic, ilPlugin $plugin)
addCustomInfoFields(ilInfoScreenGUI $a_info)