| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilSoapInstallationInfoXMLWriter:
 Collaboration diagram for ilSoapInstallationInfoXMLWriter:Public Member Functions | |
| setSettings (array $settings) | |
| start () | |
| addClient (string $client_directory) | |
| end () | |
| getXML () | |
  Public Member Functions inherited from ilXmlWriter | |
| __construct (string $version="1.0", string $outEnc="utf-8", string $inEnc="utf-8") | |
| xmlSetDtdDef (string $dtdDef) | |
| Sets dtd definition.  More... | |
| xmlSetGenCmt (string $genCmt) | |
| Sets generated comment.  More... | |
| xmlFormatData (string $data) | |
| Indents text for better reading.  More... | |
| xmlHeader () | |
| Writes xml header.  More... | |
| xmlStartTag (string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true) | |
| Writes a starttag.  More... | |
| xmlEndTag (string $tag) | |
| Writes an endtag.  More... | |
| xmlData (string $data, bool $encode=true, bool $escape=true) | |
| Writes data.  More... | |
| xmlElement (string $tag, $attrs=null, $data=null, $encode=true, $escape=true) | |
| Writes a basic element (no children, just textual content)  More... | |
| xmlDumpFile (string $file, bool $format=true) | |
| Dumps xml document from memory into a file.  More... | |
| xmlDumpMem (bool $format=true) | |
| Returns xml document from memory.  More... | |
| appendXML (string $a_str) | |
| append xml string to document  More... | |
| xmlClear () | |
| clears xmlStr  More... | |
Protected Attributes | |
| array | $settings = [] | 
Private Member Functions | |
| buildHeader () | |
| buildFooter () | |
| buildClient (string $client_directory) | |
| buildInstallationInfo () | |
Definition at line 6 of file class.ilSoapInstallationInfoXMLWriter.php.
| ilSoapInstallationInfoXMLWriter::addClient | ( | string | $client_directory | ) | 
Definition at line 22 of file class.ilSoapInstallationInfoXMLWriter.php.
References buildClient().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 59 of file class.ilSoapInstallationInfoXMLWriter.php.
References $client_id, $DIC, $ilDB, $settings, ilDBWrapperFactory\getWrapper(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by addClient().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 54 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by end().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 38 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 caller graph for this function:
      
  | 
  private | 
Definition at line 111 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 caller graph for this function:| ilSoapInstallationInfoXMLWriter::end | ( | ) | 
Definition at line 27 of file class.ilSoapInstallationInfoXMLWriter.php.
References buildFooter(), and ilXmlWriter\xmlEndTag().
 Here is the call graph for this function:| ilSoapInstallationInfoXMLWriter::getXML | ( | ) | 
Definition at line 33 of file class.ilSoapInstallationInfoXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
 Here is the call graph for this function:| ilSoapInstallationInfoXMLWriter::setSettings | ( | array | $settings | ) | 
Definition at line 10 of file class.ilSoapInstallationInfoXMLWriter.php.
References $settings, and ILIAS\Repository\settings().
 Here is the call graph for this function:| ilSoapInstallationInfoXMLWriter::start | ( | ) | 
Definition at line 15 of file class.ilSoapInstallationInfoXMLWriter.php.
References buildHeader(), buildInstallationInfo(), and ilXmlWriter\xmlStartTag().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 8 of file class.ilSoapInstallationInfoXMLWriter.php.
Referenced by buildClient(), and setSettings().