ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilSoapInstallationInfoXMLWriter () | |
constructor | |
setSettings ($settings) | |
write access to property settings | |
start () | |
addClient ($client) | |
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) | |
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 5 of file class.ilSoapInstallationInfoXMLWriter.php.
|
private |
create client tag
ilSetting | $setting |
Definition at line 83 of file class.ilSoapInstallationInfoXMLWriter.php.
References $type, ilAdvancedMDRecord\_getActivatedRecordsByObjectType(), ilAuthUtils\_getActiveAuthModes(), ilAdvancedMDRecord\_getAssignableObjectTypes(), ilAuthUtils\_getAuthModeName(), ilTimeZone\_getDefaultTimeZone(), ilObjStyleSettings\_lookupActivatedStyle(), ilUserDefinedFields\_newInstance(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by addClient().
|
private |
Definition at line 73 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by end().
|
private |
Definition at line 57 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilSoapFunctions\buildHTTPPath(), ILIAS_VERSION, ilXmlWriter\xmlHeader(), ilXmlWriter\xmlSetDtdDef(), ilXmlWriter\xmlSetGenCmt(), and ilXmlWriter\xmlStartTag().
Referenced by start().
|
private |
Definition at line 199 of file class.ilSoapInstallationInfoXMLWriter.php.
References $GLOBALS, ilSoapAdministration\return_bytes(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by start().
ilSoapInstallationInfoXMLWriter::addClient | ( | $client | ) |
Definition at line 38 of file class.ilSoapInstallationInfoXMLWriter.php.
References $client, and __buildClient().
ilSoapInstallationInfoXMLWriter::end | ( | ) |
Definition at line 46 of file class.ilSoapInstallationInfoXMLWriter.php.
References __buildFooter(), and ilXmlWriter\xmlEndTag().
ilSoapInstallationInfoXMLWriter::getXML | ( | ) |
Definition at line 52 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
ilSoapInstallationInfoXMLWriter::ilSoapInstallationInfoXMLWriter | ( | ) |
constructor
string | xml version |
string | output encoding |
string | input encoding public |
Definition at line 17 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\ilXmlWriter().
ilSoapInstallationInfoXMLWriter::setExportAdvancedMetaDataDefinitions | ( | $value | ) |
write access, if set to true advanced meta data definitions will be exported s well
boolean | $value |
Definition at line 213 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 223 of file class.ilSoapInstallationInfoXMLWriter.php.
ilSoapInstallationInfoXMLWriter::setSettings | ( | $settings | ) |
write access to property settings
array | $settings | is an array of ilSetting Objects |
Definition at line 27 of file class.ilSoapInstallationInfoXMLWriter.php.
ilSoapInstallationInfoXMLWriter::start | ( | ) |
Definition at line 31 of file class.ilSoapInstallationInfoXMLWriter.php.
References __buildHeader(), __buildInstallationInfo(), and ilXmlWriter\xmlStartTag().
|
private |
Definition at line 7 of file class.ilSoapInstallationInfoXMLWriter.php.
|
private |
Definition at line 8 of file class.ilSoapInstallationInfoXMLWriter.php.