4include_once 
"./Services/Xml/classes/class.ilXmlWriter.php";
 
   26                $this->add_header = $a_add_header;
 
   27                parent::__construct();
 
   37                $this->obj_id = $a_obj_id;
 
   52                $this->
xmlStartTag(
'Folder',array(
'Id' => $this->folder->getId()));
 
   53                $this->
xmlElement(
'Title',array(),$this->folder->getTitle());
 
   54                $this->
xmlElement(
'Description',array(),$this->folder->getDescription());
 
   55                include_once 
'./Services/Container/classes/class.ilContainerSortingSettings.php';
 
   66                $this->
xmlSetDtdDef(
"<!DOCTYPE WebLinks PUBLIC \"-//ILIAS//DTD WebLinkAdministration//EN\" \"".ILIAS_HTTP_PATH.
"/xml/ilias_fold_4_5.dtd\">");
 
   85                        throw new UnexpectedValueException(
'No obj_id given: ');
 
   87                include_once 
'./Services/Object/classes/class.ilObjectFactory.php';
 
   90                        throw new UnexpectedValueException(
'Invalid obj_id given: '.$this->obj_id);
 
   92                if($this->folder->getType() != 
'fold')
 
   94                        throw new UnexpectedValueException(
'Invalid obj_id given. Object is not of type folder');
 
An exception for terminatinating execution or to throw for unit testing.
static _exportContainerSortingSettings(ilXmlWriter $xml, $obj_id)
sorting XML-export for all container objects
setObjId($a_obj_id)
Set obj_id of weblink object.
buildHeader()
Build XML header.
__construct($a_add_header)
Constructor.
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
xmlEndTag($tag)
Writes an endtag.
xmlSetGenCmt($genCmt)
Sets generated comment.
xmlStartTag($tag, $attrs=NULL, $empty=FALSE, $encode=TRUE, $escape=TRUE)
Writes a starttag.
xmlClear()
clears xmlStr @access public
xmlHeader()
Writes xml header @access public.
xmlSetDtdDef($dtdDef)
Sets dtd definition.
xmlElement($tag, $attrs=NULL, $data=Null, $encode=TRUE, $escape=TRUE)
Writes a basic element (no children, just textual content)