5 require_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
27 parent::ilSCORM2004Node($a_slm_object, $a_id);
34 function delete($a_delete_meta_data =
true)
36 $node_data = $this->tree->getNodeData($this->
getId());
38 $this->tree->deleteTree($node_data);
39 parent::deleteSeqInfo();
47 $childs = $this->tree->getChilds($this->
getId());
48 foreach ($childs as $child)
53 if ($obj->getType() ==
"chap")
55 $obj->delete_rec($a_tree, $a_delete_meta_data);
57 if ($obj->getType() ==
"sco")
59 $obj->delete($a_delete_meta_data);
64 parent::delete($a_delete_meta_data);
71 function copy($a_target_slm)
75 if ($this->
getSLMId() != $a_target_slm->getId())
77 $chap->setImportId(
"il__chap_".$this->
getId());
79 $chap->setSLMId($a_target_slm->getId());
80 $chap->setType($this->
getType());
83 $a_copied_nodes[$this->
getId()] = $chap->getId();
86 include_once(
"Services/MetaData/classes/class.ilMD.php");
88 $new_md =& $md->cloneMD($a_target_slm->getId(), $chap->getId(), $this->
getType());
99 function exportXML(&$a_xml_writer, $a_inst, &$expLog)
delete_rec($a_delete_meta_data=true)
Delete data records of chapter (and nested objects)
ilSCORM2004Chapter($a_slm_object, $a_id=0)
Constructor public.
exportXMLPageObjects(&$a_xml_writer, $a_inst=0)
export page objects of structure object (see ilias_co.dtd)
Class ilSCORM2004Chapter.
exportXML(&$a_xml_writer, $a_inst, &$expLog)
Export object to xml (see ilias_co.dtd)
getSLMId()
Get ID of parent Scorm Learning Module Object.
static getInstance($a_slm_object, $a_id=0, $a_halt=true)
getDescription()
Get description.
exportFOPageObjects(&$a_xml_writer)
export object to fo
exportXMLStructureObjects(&$a_xml_writer, $a_inst, &$expLog)
export (sub)structure objects of structure object (see ilias_co.dtd)
exportXMLMetaData(&$a_xml_writer)
export structure objects meta data to xml (see ilias_co.dtd)
copy($a_target_slm)
Copy chapter.
setType($a_type)
Set type.
_getPresentationTitle($a_st_id, $a_include_numbers=false)
get presentation title