|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilLearningSequenceXMLWriter:
Collaboration diagram for ilLearningSequenceXMLWriter:Public Member Functions | |
| __construct (ilObjLearningSequence $ls_object, ilSetting $il_settings, ilLPObjSettings $lp_settings, ilRbacReview $rbac_review) | |
| getXml () | |
| start () | |
Public Member Functions inherited from ilXmlWriter | |
| __construct ($version="1.0", $outEnc="utf-8", $inEnc="utf-8") | |
| constructor More... | |
| _ilXmlWriter () | |
| destructor @access 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 @access 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 @access public More... | |
Protected Member Functions | |
| writeHeader () | |
| writeLearningSequence () | |
| writeTitle () | |
| writeDescription () | |
| writeOwner () | |
| writeLSItems () | |
| writeSettings () | |
| writeLPSettings () | |
| encodeImage (string $path=null) | |
| writeFooter () | |
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.ilLearningSequenceXMLWriter.php.
| ilLearningSequenceXMLWriter::__construct | ( | ilObjLearningSequence | $ls_object, |
| ilSetting | $il_settings, | ||
| ilLPObjSettings | $lp_settings, | ||
| ilRbacReview | $rbac_review | ||
| ) |
Definition at line 10 of file class.ilLearningSequenceXMLWriter.php.
References ilObjLearningSequence\getLSSettings(), and settings().
Here is the call graph for this function:
|
protected |
Definition at line 144 of file class.ilLearningSequenceXMLWriter.php.
Referenced by writeSettings().
Here is the caller graph for this function:| ilLearningSequenceXMLWriter::getXml | ( | ) |
Definition at line 23 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
Here is the call graph for this function:| ilLearningSequenceXMLWriter::start | ( | ) |
Definition at line 28 of file class.ilLearningSequenceXMLWriter.php.
References writeDescription(), writeFooter(), writeHeader(), writeLearningSequence(), writeLPSettings(), writeLSItems(), writeOwner(), writeSettings(), and writeTitle().
Here is the call graph for this function:
|
protected |
Definition at line 69 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlElement().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 153 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 41 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlSetDtdDef(), and ilXmlWriter\xmlSetGenCmt().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 57 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlStartTag().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 121 of file class.ilLearningSequenceXMLWriter.php.
References ilLPCollection\getInstanceByMode(), and ilXmlWriter\xmlElement().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 80 of file class.ilLearningSequenceXMLWriter.php.
References 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:
|
protected |
Definition at line 74 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlElement().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 107 of file class.ilLearningSequenceXMLWriter.php.
References encodeImage(), settings(), and ilXmlWriter\xmlElement().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 64 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlElement().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function: