ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilObjLearningSequence $ls_object, ilSetting $settings, ilLPObjSettings $lp_settings, ilRbacReview $rbac_review) | |
getXml () | |
start () | |
![]() | |
__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 Member Functions | |
writeHeader () | |
writeLearningSequence () | |
writeTitle () | |
writeDescription () | |
writeOwner () | |
writeLSItems () | |
writeSettings () | |
writeLPSettings () | |
encodeImage (string $path=null) | |
writeFooter () | |
Protected Attributes | |
ilObjLearningSequence | $ls_object |
ilSetting | $settings |
ilLPObjSettings | $lp_settings |
ilRbacReview | $rbac_review |
ilLearningSequenceSettings | $ls_settings |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file class.ilLearningSequenceXMLWriter.php.
ilLearningSequenceXMLWriter::__construct | ( | ilObjLearningSequence | $ls_object, |
ilSetting | $settings, | ||
ilLPObjSettings | $lp_settings, | ||
ilRbacReview | $rbac_review | ||
) |
Definition at line 29 of file class.ilLearningSequenceXMLWriter.php.
References $lp_settings, $ls_object, $rbac_review, $settings, ILIAS\GlobalScreen\Provider\__construct(), ilObjLearningSequence\getLSSettings(), and ILIAS\Repository\settings().
|
protected |
Definition at line 164 of file class.ilLearningSequenceXMLWriter.php.
References $path.
Referenced by writeSettings().
ilLearningSequenceXMLWriter::getXml | ( | ) |
Definition at line 43 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
ilLearningSequenceXMLWriter::start | ( | ) |
Definition at line 48 of file class.ilLearningSequenceXMLWriter.php.
References writeDescription(), writeFooter(), writeHeader(), writeLearningSequence(), writeLPSettings(), writeLSItems(), writeOwner(), writeSettings(), and writeTitle().
|
protected |
Definition at line 89 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlElement().
Referenced by start().
|
protected |
Definition at line 173 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by start().
|
protected |
Definition at line 61 of file class.ilLearningSequenceXMLWriter.php.
References ILIAS\Repository\settings(), ilXmlWriter\xmlSetDtdDef(), and ilXmlWriter\xmlSetGenCmt().
Referenced by start().
|
protected |
Definition at line 77 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlStartTag().
Referenced by start().
|
protected |
Definition at line 141 of file class.ilLearningSequenceXMLWriter.php.
References ilLPCollection\getInstanceByMode(), ILIAS\Repository\settings(), and ilXmlWriter\xmlElement().
Referenced by start().
|
protected |
Definition at line 100 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by start().
|
protected |
Definition at line 94 of file class.ilLearningSequenceXMLWriter.php.
References ILIAS\Repository\settings(), and ilXmlWriter\xmlElement().
Referenced by start().
|
protected |
Definition at line 127 of file class.ilLearningSequenceXMLWriter.php.
References encodeImage(), and ilXmlWriter\xmlElement().
Referenced by start().
|
protected |
Definition at line 84 of file class.ilLearningSequenceXMLWriter.php.
References ilXmlWriter\xmlElement().
Referenced by start().
|
protected |
Definition at line 25 of file class.ilLearningSequenceXMLWriter.php.
Referenced by __construct().
|
protected |
Definition at line 23 of file class.ilLearningSequenceXMLWriter.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilLearningSequenceXMLWriter.php.
|
protected |
Definition at line 26 of file class.ilLearningSequenceXMLWriter.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file class.ilLearningSequenceXMLWriter.php.
Referenced by __construct().