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())
43 return $this->lng->txt(
'offline');
46 return $this->lng->txt(
'online');
55 $radio_grp->setDisabled(
true);
58 $radio_grp->addOption($radio_opt);
61 $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)
Create new PHPExcel object
obj_idprivate
addProperty($a_name, $a_value, $a_link="")
add a property to current section
addCustomInfoFields(ilInfoScreenGUI $a_info)