ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
XML writer for weblinks. More...
Public Member Functions | |
__construct (bool $a_add_header) | |
setObjId (int $a_obj_id) | |
write (bool $skip_lom=false) | |
![]() | |
__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 | |
buildHeader () | |
init () | |
Private Attributes | |
bool | $add_header = true |
int | $obj_id = 0 |
ilObjLinkResource | $weblink = null |
XML writer for weblinks.
Definition at line 26 of file class.ilWebLinkXmlWriter.php.
ilWebLinkXmlWriter::__construct | ( | bool | $a_add_header | ) |
Definition at line 33 of file class.ilWebLinkXmlWriter.php.
References ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 58 of file class.ilWebLinkXmlWriter.php.
References ilXmlWriter\xmlHeader(), and ilXmlWriter\xmlSetGenCmt().
Referenced by write().
|
protected |
UnexpectedValueException | Thrown if obj_id is not of type webr |
Definition at line 68 of file class.ilWebLinkXmlWriter.php.
References ilObjectFactory\getInstanceByObjId(), and ilXmlWriter\xmlClear().
Referenced by write().
ilWebLinkXmlWriter::setObjId | ( | int | $a_obj_id | ) |
Definition at line 39 of file class.ilWebLinkXmlWriter.php.
ilWebLinkXmlWriter::write | ( | bool | $skip_lom = false | ) |
UnexpectedValueException | Thrown if obj_id is not of type webr or no obj_id is given |
Definition at line 47 of file class.ilWebLinkXmlWriter.php.
References buildHeader(), and init().
|
private |
Definition at line 28 of file class.ilWebLinkXmlWriter.php.
|
private |
Definition at line 30 of file class.ilWebLinkXmlWriter.php.
|
private |
Definition at line 31 of file class.ilWebLinkXmlWriter.php.