4 include_once(
'Services/WebServices/ECS/classes/class.ilRemoteObjectBaseGUI.php');
20 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
24 $this->lng->loadLanguageModule(
'rlm');
40 switch($this->object->getAvailabilityType())
43 return $this->lng->txt(
'offline');
46 return $this->lng->txt(
'online');
54 $radio_grp->
setValue($this->object->getAvailabilityType());
55 $radio_grp->setDisabled(
true);
58 $radio_grp->addOption($radio_opt);
61 $radio_grp->addOption($radio_opt);