31 public function create($a_upload =
false)
33 parent::create($a_upload);
39 public function delete($a_delete_meta_data =
true)
44 $this->tree =
new ilTree($this->getLmId());
45 $this->tree->setTableNames(
'lm_tree',
'lm_data');
46 $this->tree->setTreeTablePK(
"lm_id");
47 $node_data = $this->tree->getNodeData($this->
getId());
48 $this->
delete_rec($this->tree, $a_delete_meta_data);
49 $this->tree->deleteTree($node_data);
55 private function delete_rec(&$a_tree, $a_delete_meta_data =
true)
57 $childs = $a_tree->getChilds($this->
getId());
58 foreach ($childs as $child) {
60 if (is_object($obj)) {
61 if ($obj->getType() ==
"st") {
62 $obj->delete_rec($a_tree, $a_delete_meta_data);
64 if ($obj->getType() ==
"pg") {
65 $obj->delete($a_delete_meta_data);
70 parent::delete($a_delete_meta_data);
76 public function copy($a_target_lm)
80 if ($this->
getLMId() != $a_target_lm->getId()) {
81 $chap->setImportId(
"il__st_" . $this->
getId());
83 $chap->setLMId($a_target_lm->getId());
84 $chap->setType($this->
getType());
87 $a_copied_nodes[$this->
getId()] = $chap->getId();
91 $new_md = $md->cloneMD($a_target_lm->getId(), $chap->getId(), $this->
getType());
106 public function exportXML(&$a_xml_writer, $a_inst, &$expLog)
108 $expLog->write(date(
"[y-m-d H:i:s] ") .
"Structure Object " . $this->
getId());
110 $a_xml_writer->xmlStartTag(
"StructureObject", $attrs);
124 $a_xml_writer->xmlEndTag(
"StructureObject");
137 $md2xml->setExportMode(
true);
138 $md2xml->startExport();
139 $a_xml_writer->appendXML($md2xml->getXML());
144 if ($a_tag ==
"Identifier" && $a_param ==
"Entry") {
157 $a_mode = self::CHAPTER_TITLE,
158 $a_include_numbers =
false,
159 $a_time_scheduled_activation =
false,
160 $a_force_content =
false,
163 $a_include_short =
false 167 $ilDB = $DIC->database();
179 if ($a_include_short) {
188 $languages = $ot->getLanguages();
190 if ($a_lang !=
"-" && $ot->getContentActivated()) {
193 if ($a_include_short) {
194 $trans_title = trim($lmobjtrans->getShortTitle());
196 if ($trans_title ==
"") {
197 $trans_title = $lmobjtrans->getTitle();
199 if ($trans_title ==
"") {
201 $trans_title = $lmobjtrans->
getTitle();
203 if ($trans_title !=
"") {
210 if ($a_include_numbers) {
212 if (
$tree->isInTree($a_st_id)) {
216 $query =
"SELECT * FROM lm_tree WHERE child = " .
217 $ilDB->quote($a_st_id,
"integer") .
" AND lm_id = " .
218 $ilDB->quote($a_lm_id,
"integer");
221 $depth = $tree_node[
"depth"];
223 $nr =
$tree->getChildSequenceNumber($tree_node,
"st") .
" ";
224 for (
$i = $depth - 1;
$i > 1;
$i--) {
226 $query =
"SELECT * FROM lm_tree WHERE child = " .
227 $ilDB->quote($tree_node[
"parent"],
"integer") .
" AND lm_id = " .
228 $ilDB->quote($a_lm_id,
"integer");
231 $seq =
$tree->getChildSequenceNumber($tree_node,
"st");
233 $nr = $seq .
"." . $nr;
251 $this->tree =
new ilTree($this->getLmId());
252 $this->tree->setTableNames(
'lm_tree',
'lm_data');
253 $this->tree->setTreeTablePK(
"lm_id");
255 $childs = $this->tree->getChilds($this->
getId());
256 foreach ($childs as $child) {
257 if ($child[
"type"] !=
"pg") {
275 $this->tree =
new ilTree($this->getLmId());
276 $this->tree->setTableNames(
'lm_tree',
'lm_data');
277 $this->tree->setTreeTablePK(
"lm_id");
279 $childs = $this->tree->getChilds($this->
getId());
280 foreach ($childs as $child) {
281 if ($child[
"type"] !=
"st") {
290 $structure_obj->exportXML($a_xml_writer, $a_inst, $expLog);
291 unset($structure_obj);
306 $attrs[
"font-family"] =
"Times";
307 $attrs[
"font-size"] =
"14pt";
308 $a_xml_writer->xmlElement(
"fo:block", $attrs, $this->
getTitle());
322 $this->tree =
new ilTree($this->getLmId());
323 $this->tree->setTableNames(
'lm_tree',
'lm_data');
324 $this->tree->setTreeTablePK(
"lm_id");
326 $childs = $this->tree->getChilds($this->
getId());
327 foreach ($childs as $child) {
328 if ($child[
"type"] !=
"pg") {
334 $page_obj->exportFO($a_xml_writer);
347 $tree->setTableNames(
'lm_tree',
'lm_data');
348 $tree->setTreeTablePK(
"lm_id");
351 $ndata =
$tree->getNodeData(
$tree->readRootId());
352 $childs =
$tree->getSubtree($ndata);
353 foreach ($childs as $child) {
354 if ($child[
"type"] ==
"st") {
355 $chapters[] = $child;
static getChapterList($a_lm_id)
export (sub)structure objects of structure object (see ilias_co.dtd)
__construct(&$a_content_obj, $a_id=0)
Constructor public.
static _lookupShortTitle($a_obj_id)
Lookup short title.
static _lookupContObjID($a_id)
get learning module / digibook id for lm object
static removeScreenIdsOfChapter($a_chap, $a_module_id=0)
Remove screen ids of chapter.
delete_rec(&$a_tree, $a_delete_meta_data=true)
Delete sub tree.
static _lookupTitle($a_obj_id)
Lookup title.
modifyExportIdentifier($a_tag, $a_param, $a_value)
static getInstance($a_tree_id)
Get Instance.
static _getPresentationTitle( $a_st_id, $a_mode=self::CHAPTER_TITLE, $a_include_numbers=false, $a_time_scheduled_activation=false, $a_force_content=false, $a_lm_id=0, $a_lang="-", $a_include_short=false)
get presentation title
static getInstance(&$a_content_obj, $a_id=0, $a_halt=true)
exportXML(&$a_xml_writer, $a_inst, &$expLog)
export object to xml (see ilias_co.dtd)
exportXMLMetaData(&$a_xml_writer)
export structure objects meta data to xml (see ilias_co.dtd)
exportXMLStructureObjects(&$a_xml_writer, $a_inst, &$expLog)
export (sub)structure objects of structure object (see ilias_co.dtd)
copy($a_target_lm)
copy chapter
exportFOPageObjects(&$a_xml_writer)
export page objects of structure object (see ilias_co.dtd)
getTitle()
get title of lm object
__construct(Container $dic, ilPlugin $plugin)
static getInstance($a_obj_id)
Get instance.
exportXMLPageObjects(&$a_xml_writer, $a_inst=0)
export page objects of structure object (see ilias_co.dtd)
static _exportXMLAlias(&$a_xml_writer, $a_id, $a_inst=0)
export page alias to xml
Translation information on lm object.
exportFO(&$a_xml_writer)
export object to fo
static copy($a_source_id, $a_target_id)
Copy all translations of an object.