38 $ilUser = $DIC->user();
49 if (!is_object($this->structureObject)) {
54 $this->structureObject->exportXML($this);
66 $this->
xmlSetDtdDef(
"<!DOCTYPE RepositoryObject PUBLIC \"-//ILIAS//DTD UserImport//EN\" \"" . ILIAS_HTTP_PATH .
"/components/ILIAS/Export/xml/ilias_soap_structure_object_3_7.dtd\">");
67 $this->
xmlSetGenCmt(
"Internal Structure Information of Repository Object");
ilSoapStructureObject $structureObject
xmlSetGenCmt(string $genCmt)
Sets generated comment.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
xmlSetDtdDef(string $dtdDef)
Sets dtd definition.
setStructureObject(ilSoapStructureObject $structureObject)
xmlHeader()
Writes xml header.
__construct(Container $dic, ilPlugin $plugin)
xmlDumpMem(bool $format=true)
Returns xml document from memory.