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