19declare(strict_types=1);
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) {
Class for container reference export.
export(bool $a_with_header=true)
__construct(?ilContainerReference $ref=null)
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.
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
xmlHeader()
Writes xml header.
xmlEndTag(string $tag)
Writes an endtag.
xmlDumpMem(bool $format=true)
Returns xml document from memory.
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc