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->
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)
 
xmlHeader()
Writes xml header. 
 
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag. 
 
buildHeader()
build header  protected