| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Inheritance diagram for ilSoapInstallationInfoXMLWriter:
 Inheritance diagram for ilSoapInstallationInfoXMLWriter: Collaboration diagram for ilSoapInstallationInfoXMLWriter:
 Collaboration diagram for ilSoapInstallationInfoXMLWriter:| Public Member Functions | |
| ilSoapInstallationInfoXMLWriter () | |
| constructor | |
| setSettings ($settings) | |
| write access to property settings | |
| start () | |
| addClient ($client, $add_details) | |
| end () | |
| getXML () | |
| setExportAdvancedMetaDataDefinitions ($value) | |
| write access, if set to true advanced meta data definitions will be exported s well | |
| setExportUDFDefinitions ($value) | |
| write access, if set to true, user defined field definitions will be exported as well | |
|  Public Member Functions inherited from ilXmlWriter | |
| ilXmlWriter ($version="1.0", $outEnc="utf-8", $inEnc="utf-8") | |
| constructor | |
| _ilXmlWriter () | |
| destructor  public | |
| xmlSetDtdDef ($dtdDef) | |
| Sets dtd definition. | |
| xmlSetStSheet ($stSheet) | |
| Sets stylesheet. | |
| xmlSetGenCmt ($genCmt) | |
| Sets generated comment. | |
| _xmlEscapeData ($data) | |
| Escapes reserved characters. | |
| xmlEncodeData ($data) | |
| Encodes text from input encoding into output encoding. | |
| xmlFormatData ($data) | |
| Indents text for better reading. | |
| xmlFormatElement ($array) | |
| Callback function for xmlFormatData; do not invoke directly. | |
| xmlHeader () | |
| Writes xml header  public. | |
| xmlStartTag ($tag, $attrs=NULL, $empty=FALSE, $encode=TRUE, $escape=TRUE) | |
| Writes a starttag. | |
| xmlEndTag ($tag) | |
| Writes an endtag. | |
| xmlComment ($comment) | |
| Writes a comment. | |
| xmlData ($data, $encode=TRUE, $escape=TRUE) | |
| Writes data. | |
| xmlElement ($tag, $attrs=NULL, $data=Null, $encode=TRUE, $escape=TRUE) | |
| Writes a basic element (no children, just textual content) | |
| xmlDumpFile ($file, $format=TRUE) | |
| Dumps xml document from memory into a file. | |
| xmlDumpMem ($format=TRUE) | |
| Returns xml document from memory. | |
| appendXML ($a_str) | |
| append xml string to document | |
| xmlClear () | |
| clears xmlStr  public | |
| Private Member Functions | |
| __buildHeader () | |
| __buildFooter () | |
| __buildClient ($setting, $add_details) | |
| create client tag | |
| __buildInstallationInfo () | |
| Private Attributes | |
| $exportAdvMDDefs = false | |
| $exportUDFDefs = false | |
| Additional Inherited Members | |
|  Data Fields inherited from ilXmlWriter | |
| $xmlStr | |
| $version | |
| $outEnc | |
| $inEnc | |
| $dtdDef = "" | |
| $stSheet = "" | |
| $genCmt = "Generated by ILIAS XmlWriter" | |
Definition at line 8 of file class.ilSoapInstallationInfoXMLWriter.php.
| 
 | private | 
create client tag
@param ilSetting $setting
| boolean | $add_details | if true, details of installation are append | 
Definition at line 87 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilAdvancedMDRecord\_getActivatedRecordsByObjectType(), ilAuthUtils\_getActiveAuthModes(), ilAdvancedMDRecord\_getAssignableObjectTypes(), ilAuthUtils\_getAuthModeName(), ilTimeZone\_getDefaultTimeZone(), ilObjStyleSettings\_lookupActivatedStyle(), ilUserDefinedFields\_newInstance(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by addClient().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 76 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by end().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 60 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilSoapFunctions\buildHTTPPath(), ILIAS_VERSION, ilXmlWriter\xmlHeader(), ilXmlWriter\xmlSetDtdDef(), ilXmlWriter\xmlSetGenCmt(), and ilXmlWriter\xmlStartTag().
Referenced by start().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 212 of file class.ilSoapInstallationInfoXMLWriter.php.
References $GLOBALS, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by start().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSoapInstallationInfoXMLWriter::addClient | ( | $client, | |
| $add_details | |||
| ) | 
Definition at line 41 of file class.ilSoapInstallationInfoXMLWriter.php.
References $client, and __buildClient().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSoapInstallationInfoXMLWriter::end | ( | ) | 
Definition at line 49 of file class.ilSoapInstallationInfoXMLWriter.php.
References __buildFooter(), and ilXmlWriter\xmlEndTag().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSoapInstallationInfoXMLWriter::getXML | ( | ) | 
Definition at line 55 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSoapInstallationInfoXMLWriter::ilSoapInstallationInfoXMLWriter | ( | ) | 
constructor
| string | xml version | 
| string | output encoding | 
| string | input encoding public | 
Definition at line 20 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\ilXmlWriter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSoapInstallationInfoXMLWriter::setExportAdvancedMetaDataDefinitions | ( | $value | ) | 
write access, if set to true advanced meta data definitions will be exported s well
| boolean | $value | 
Definition at line 226 of file class.ilSoapInstallationInfoXMLWriter.php.
| ilSoapInstallationInfoXMLWriter::setExportUDFDefinitions | ( | $value | ) | 
write access, if set to true, user defined field definitions will be exported as well
| boolean | $value | 
Definition at line 236 of file class.ilSoapInstallationInfoXMLWriter.php.
| ilSoapInstallationInfoXMLWriter::setSettings | ( | $settings | ) | 
write access to property settings
| array | $settings | is an array of ilSetting Objects | 
Definition at line 30 of file class.ilSoapInstallationInfoXMLWriter.php.
| ilSoapInstallationInfoXMLWriter::start | ( | ) | 
Definition at line 34 of file class.ilSoapInstallationInfoXMLWriter.php.
References __buildHeader(), __buildInstallationInfo(), and ilXmlWriter\xmlStartTag().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 10 of file class.ilSoapInstallationInfoXMLWriter.php.
| 
 | private | 
Definition at line 11 of file class.ilSoapInstallationInfoXMLWriter.php.