18 declare(strict_types=1);
34 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
38 $this->
lng->loadLanguageModule(
'rglo');
53 switch ($this->
object->getAvailabilityType()) {
55 return $this->
lng->txt(
'offline');
58 return $this->
lng->txt(
'online');
67 $radio_grp->setDisabled(
true);
70 $radio_grp->addOption($radio_opt);
73 $radio_grp->addOption($radio_opt);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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)