-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Подключить серизатор symfony для XML
https://symfony.com/doc/current/components/serializer.html#usage
вместо механизма Adaptor_XMLBase
testapp/classes/TestApp/Document.php
Line 11 in 033cf66
| class TestApp_Document extends Adaptor_XMLBase implements Adaptor_Array { |
testapp/classes/TestApp/Document.php
Line 119 in 033cf66
| public function toXmlWriter(XMLWriter &$xw,$xmlname=NULL,$xmlns=NULL,$mode=Adaptor_XML::ELEMENT){ |
testapp/classes/TestApp/Document.php
Line 146 in 033cf66
| public function fromXmlReader(XMLReader &$xr){ |