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");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilSoapStructureObject $structureObject
setStructureObject(ilSoapStructureObject $structureObject)
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...
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlHeader()
Writes xml header.
xmlSetDtdDef(string $dtdDef)
Sets dtd definition.
xmlDumpMem(bool $format=true)
Returns xml document from memory.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc