ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
}
$reader
$reader
Definition:
scanCallStructure.php:5
Sabre\Xml
Definition:
ContextStackTrait.php:3
Sabre\Xml\Reader
The Reader class expands upon PHP's built-in XMLReader.
Definition:
Reader.php:20
Sabre\Xml\XmlDeserializable\xmlDeserialize
static xmlDeserialize(Reader $reader)
The deserialize method is called during xml parsing.
Sabre\Xml\XmlDeserializable
Implementing the XmlDeserializable interface allows you to use a class as a deserializer for a specif...
Definition:
XmlDeserializable.php:13
php
libs
composer
vendor
sabre
xml
lib
XmlDeserializable.php
Generated on Thu Jan 30 2025 19:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)