ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
XmlSerializable.php
Go to the documentation of this file.
1<?php
2
3namespace Sabre\Xml;
4
13interface XmlSerializable {
14
34 function xmlSerialize(Writer $writer);
35
36}
An exception for terminatinating execution or to throw for unit testing.
The XML Writer class.
Definition: Writer.php:31
Objects implementing XmlSerializable can control how they are represented in Xml.
xmlSerialize(Writer $writer)
The xmlSerialize method is called during xml writing.