4 include_once
'./Services/ContainerReference/classes/class.ilContainerReferenceXmlWriter.php';
24 parent::__construct(
$ref);
36 $this->
xmlSetDtdDef(
"<!DOCTYPE course reference PUBLIC \"-//ILIAS//DTD Group//EN\" \"" . ILIAS_HTTP_PATH .
"/xml/ilias_course_reference_4_3.dtd\">");
37 $this->
xmlSetGenCmt(
"Export of ILIAS course reference " . $this->
getReference()->getId() .
" of installation " . $ilSetting->get(
'inst_id') .
".");
__construct(ilObjCourseReference $ref=null)
constructor
xmlSetGenCmt($genCmt)
Sets generated comment.
xmlSetDtdDef($dtdDef)
Sets dtd definition.
xmlHeader()
Writes xml header public.
getReference()
Get category object.
Class for container reference export.
buildHeader()
Build xml header <type> $ilSetting.
Class for container reference export.