ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
XmlDeserializable.php
Go to the documentation of this file.
1<?php
2
3namespace Sabre\Xml;
4
14
36 static function xmlDeserialize(Reader $reader);
37
38}
An exception for terminatinating execution or to throw for unit testing.
The Reader class expands upon PHP's built-in XMLReader.
Definition: Reader.php:20
Implementing the XmlDeserializable interface allows you to use a class as a deserializer for a specif...
static xmlDeserialize(Reader $reader)
The deserialize method is called during xml parsing.