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