__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace Sabre\Xml;
/**
* Objects implementing XmlSerializable can control how they are represented in
* Xml.
*
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
interface XmlSerializable
{
/**
* The xmlSerialize method is called during xml writing.
*
* Use the $writer argument to write its own xml serialization.
*
* An important note: do _not_ create a parent element. Any element
* implementing XmlSerializable should only ever write what's considered
* its 'inner xml'.
*
* The parent of the current element is responsible for writing a
* containing element.
*
* This allows serializers to be re-used for different element names.
*
* If you are opening new elements, you must also close them again.
*/
public function xmlSerialize(Writer $writer);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Deserializer | Folder | 0775 |
|
|
| Element | Folder | 0775 |
|
|
| Serializer | Folder | 0775 |
|
|
| ContextStackTrait.php | File | 3.22 KB | 0664 |
|
| Element.php | File | 549 B | 0664 |
|
| LibXMLException.php | File | 1.16 KB | 0664 |
|
| ParseException.php | File | 374 B | 0664 |
|
| Reader.php | File | 9.46 KB | 0664 |
|
| Service.php | File | 9.43 KB | 0664 |
|
| Version.php | File | 369 B | 0664 |
|
| Writer.php | File | 7.75 KB | 0664 |
|
| XmlDeserializable.php | File | 1.17 KB | 0664 |
|
| XmlSerializable.php | File | 1003 B | 0664 |
|