Пример #1
0
 /**
  * Constructor
  * @access	public
  */
 function ilObjFolderGUI($a_data, $a_id = 0, $a_call_by_reference = true, $a_prepare_output = false)
 {
     $this->type = "fold";
     parent::__construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output, false);
 }