19declare(strict_types=1);
40 $this->record_ids = $a_record_ids;
47 foreach ($this->record_ids as $record_id) {
49 $record_obj->toXML($this);
51 $this->
xmlEndTag(
'AdvancedMetaDataRecords');
60 $this->
xmlSetGenCmt(
"Export of ILIAS Advanced meta data records of installation " . $this->
settings->get(
'inst_id') .
".");
buildHeader()
build header @access protected
__construct(array $a_record_ids)
Constructor @access public.
static _getInstanceByRecordId(int $a_record_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlHeader()
Writes xml header.
xmlEndTag(string $tag)
Writes an endtag.
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc