Interface Sabre\Xml\Element

extends XmlSerializable, XmlDeserializable

This is the XML element interface.

Elements are responsible for serializing and deserializing part of an XML document into PHP values.

It combines XmlSerializable and XmlDeserializable into one logical class that does both.

Methods inherited from Sabre\Xml\XmlSerializable
xmlSerialize()
Methods inherited from Sabre\Xml\XmlDeserializable
xmlDeserialize()