ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
constructor More... | |
setSettings ($settings) | |
write access to property settings More... | |
start () | |
addClient ($client) | |
end () | |
getXML () | |
setExportAdvancedMetaDataDefinitions ($value) | |
write access, if set to true advanced meta data definitions will be exported s well More... | |
setExportUDFDefinitions ($value) | |
write access, if set to true, user defined field definitions will be exported as well More... | |
Public Member Functions inherited from ilXmlWriter | |
__construct ($version="1.0", $outEnc="utf-8", $inEnc="utf-8") | |
constructor More... | |
_ilXmlWriter () | |
destructor public More... | |
xmlSetDtdDef ($dtdDef) | |
Sets dtd definition. More... | |
xmlSetStSheet ($stSheet) | |
Sets stylesheet. More... | |
xmlSetGenCmt ($genCmt) | |
Sets generated comment. More... | |
xmlEncodeData ($data) | |
Encodes text from input encoding into output encoding. More... | |
xmlFormatData ($data) | |
Indents text for better reading. More... | |
xmlFormatElement ($array) | |
Callback function for xmlFormatData; do not invoke directly. More... | |
xmlHeader () | |
Writes xml header public. More... | |
xmlStartTag ($tag, $attrs=null, $empty=false, $encode=true, $escape=true) | |
Writes a starttag. More... | |
xmlEndTag ($tag) | |
Writes an endtag. More... | |
xmlComment ($comment) | |
Writes a comment. More... | |
xmlData ($data, $encode=true, $escape=true) | |
Writes data. More... | |
xmlElement ($tag, $attrs=null, $data=null, $encode=true, $escape=true) | |
Writes a basic element (no children, just textual content) More... | |
xmlDumpFile ($file, $format=true) | |
Dumps xml document from memory into a file. More... | |
xmlDumpMem ($format=true) | |
Returns xml document from memory. More... | |
appendXML ($a_str) | |
append xml string to document More... | |
xmlClear () | |
clears xmlStr public More... | |
Private Member Functions | |
__buildHeader () | |
__buildFooter () | |
__buildClient ($setting) | |
create client tag More... | |
__buildInstallationInfo () | |
Private Attributes | |
$exportAdvMDDefs = false | |
$exportUDFDefs = false | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilXmlWriter | |
static | _xmlEscapeData ($data) |
Escapes reserved characters. More... | |
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.
ilSoapInstallationInfoXMLWriter::__construct | ( | ) |
constructor
string | xml version |
string | output encoding |
string | input encoding public |
Definition at line 20 of file class.ilSoapInstallationInfoXMLWriter.php.
|
private |
create client tag
ilSetting | $setting |
Definition at line 88 of file class.ilSoapInstallationInfoXMLWriter.php.
References $records, $style, $type, ilAdvancedMDRecord\_getActivatedRecordsByObjectType(), ilAuthUtils\_getActiveAuthModes(), ilAdvancedMDRecord\_getAssignableObjectTypes(), ilAuthUtils\_getAuthModeName(), ilTimeZone\_getDefaultTimeZone(), ilSystemStyleSettings\_lookupActivatedStyle(), ilUserDefinedFields\_newInstance(), array, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by addClient().
|
private |
Definition at line 78 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by end().
|
private |
Definition at line 60 of file class.ilSoapInstallationInfoXMLWriter.php.
References array, ilSoapFunctions\buildHTTPPath(), ILIAS_VERSION, ilXmlWriter\xmlHeader(), ilXmlWriter\xmlSetDtdDef(), ilXmlWriter\xmlSetGenCmt(), and ilXmlWriter\xmlStartTag().
Referenced by start().
|
private |
Definition at line 206 of file class.ilSoapInstallationInfoXMLWriter.php.
References $GLOBALS, array, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by start().
ilSoapInstallationInfoXMLWriter::addClient | ( | $client | ) |
Definition at line 42 of file class.ilSoapInstallationInfoXMLWriter.php.
References $client, and __buildClient().
ilSoapInstallationInfoXMLWriter::end | ( | ) |
Definition at line 49 of file class.ilSoapInstallationInfoXMLWriter.php.
References __buildFooter(), and ilXmlWriter\xmlEndTag().
ilSoapInstallationInfoXMLWriter::getXML | ( | ) |
Definition at line 55 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
ilSoapInstallationInfoXMLWriter::setExportAdvancedMetaDataDefinitions | ( | $value | ) |
write access, if set to true advanced meta data definitions will be exported s well
boolean | $value |
Definition at line 220 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 231 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.
References settings().
ilSoapInstallationInfoXMLWriter::start | ( | ) |
Definition at line 35 of file class.ilSoapInstallationInfoXMLWriter.php.
References __buildHeader(), __buildInstallationInfo(), and ilXmlWriter\xmlStartTag().
|
private |
Definition at line 10 of file class.ilSoapInstallationInfoXMLWriter.php.
|
private |
Definition at line 11 of file class.ilSoapInstallationInfoXMLWriter.php.