43 public function export(
bool $a_with_header =
true): void
45 if ($this->
getMode() == self::MODE_EXPORT) {
75 $this->
xmlSetGenCmt(
"Export of ILIAS course reference " . $this->
getReference()->
getId() .
" of installation " . $ilSetting->get(
'inst_id') .
".");
ilContainerReference $ref
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlSetGenCmt(string $genCmt)
Sets generated comment.
buildCourseSettings()
Add member update setting.
export(bool $a_with_header=true)
Start writing xml.
__construct(?ilObjCourseReference $ref=null)
constructor
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
xmlHeader()
Writes xml header.
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
buildHeader()
Build xml header.
Class for container reference export.