3 declare(strict_types=1);
33 private int $mode = self::MODE_SOAP;
45 public function setMode(
int $a_mode): void
47 $this->mode = $a_mode;
60 public function export(
bool $a_with_header =
true): void
62 if ($this->
getMode() === self::MODE_EXPORT) {
82 $this->
xmlSetDtdDef(
"<!DOCTYPE container reference PUBLIC \"-//ILIAS//DTD Group//EN\" \"" . ILIAS_HTTP_PATH .
"/xml/ilias_container_reference_4_3.dtd\">");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilContainerReference $ref
export(bool $a_with_header=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlEndTag(string $tag)
Writes an endtag.
xmlSetDtdDef(string $dtdDef)
Sets dtd definition.
xmlHeader()
Writes xml header.
__construct(ilContainerReference $ref=null)
__construct(Container $dic, ilPlugin $plugin)
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
xmlDumpMem(bool $format=true)
Returns xml document from memory.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...