19 declare(strict_types=1);
34 $this->add_header = $a_add_header;
40 $this->obj_id = $a_obj_id;
46 if ($this->add_header) {
49 $this->
xmlStartTag(
'Folder', [
'Id' => $this->folder->getId()]);
50 $this->
xmlElement(
'Title', [], $this->folder->getTitle());
51 $this->
xmlElement(
'Description', [], $this->folder->getDescription());
62 protected function init(): void
72 if ($this->folder->getType() !==
'fold') {
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlEndTag(string $tag)
Writes an endtag.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _exportContainerSortingSettings(ilXmlWriter $xml, int $obj_id)
sorting XML-export for all container objects
xmlHeader()
Writes xml header.
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
__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)
__construct(bool $a_add_header)