32 public function __construct(
int $objId,
string $type,
string $title,
string $description, ?
int $parentRefId =
null)
43 $this->structureObjects [$structureObject->
getObjId()] = $structureObject;
53 $this->obj_id = $value;
63 $this->title = $value;
73 $this->description = $value;
81 public function setType(
string $value): void
93 return ILIAS_HTTP_PATH .
"/" .
"goto.php?target=" . $this->
getType() .
116 return "StructureObject";
144 foreach ($structureObjects as $structureObject) {
145 $structureObject->exportXML($xml_writer);
148 $xml_writer->
xmlEndTag(
"StructureObjects");
exportXML(ilXmlWriter $xml_writer)
addStructureObject(ilSoapStructureObject $structureObject)
setParentRefId(int $parentRefId)
setDescription(string $value)
__construct(int $objId, string $type, string $title, string $description, ?int $parentRefId=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlEndTag(string $tag)
Writes an endtag.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)