3 declare(strict_types=1);
46 $this->record_ids = $a_record_ids;
53 foreach ($this->record_ids as $record_id) {
55 $record_obj->toXML($this);
57 $this->
xmlEndTag(
'AdvancedMetaDataRecords');
66 $this->
xmlSetDtdDef(
"<!DOCTYPE AdvancedMetaDataRecords PUBLIC \"-//ILIAS//DTD AdvancedMetaDataRecords//EN\" \"" .
67 ILIAS_HTTP_PATH .
"/Services/AdvancedMetaData/xml/ilias_advanced_meta_data_records_3_9.dtd\">");
68 $this->
xmlSetGenCmt(
"Export of ILIAS Advanced meta data records of installation " . $this->
settings->get(
'inst_id') .
".");
__construct(array $a_record_ids)
Constructor public.
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.
static _getInstanceByRecordId(int $a_record_id)
xmlSetDtdDef(string $dtdDef)
Sets dtd definition.
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