19 declare(strict_types=1);
34 $dom = dom_import_simplexml($this->xml)->ownerDocument;
35 $dom->formatOutput =
true;
36 return $dom->saveXML();
__construct(private \SimpleXMLElement $xml)
serialize()
This method will be called from the source, which wants to save the artifact.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...