19 declare(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') .
".");
__construct(array $a_record_ids)
Constructor public.
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlEndTag(string $tag)
Writes an endtag.
static _getInstanceByRecordId(int $a_record_id)
xmlHeader()
Writes xml header.
__construct(Container $dic, ilPlugin $plugin)
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
buildHeader()
build header protected