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)
22 parent::__construct($a_id, $a_id_type, $a_parent_node_id);
24 $this->lng->loadLanguageModule(
'rwik');
25 $this->lng->loadLanguageModule(
'wiki');
40 switch ($this->object->getAvailabilityType()) {
42 return $this->lng->txt(
'offline');
45 return $this->lng->txt(
'online');
53 $radio_grp->
setValue($this->object->getAvailabilityType());
54 $radio_grp->setDisabled(
true);
57 $radio_grp->addOption($radio_opt);
60 $radio_grp->addOption($radio_opt);
This class represents an option in a radio group.
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
addCustomEditForm(ilPropertyFormGUI $a_form)
addProperty($a_name, $a_value, $a_link="")
add a property to current section
addCustomInfoFields(ilInfoScreenGUI $a_info)