Home
last modified time | relevance | path

Searched refs:XmlList (Results 1 – 12 of 12) sorted by last modified time

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DBlogPost.php13 use JMS\Serializer\Annotation\XmlList; alias
H A DIndexedCommentsBlogPost.php9 use JMS\Serializer\Annotation\XmlList; alias
H A DObjectWithVirtualXmlProperties.php13 use JMS\Serializer\Annotation\XmlList; alias
H A DLog.php9 use JMS\Serializer\Annotation\XmlList; alias
H A DObjectWithNamespacesAndList.php10 use JMS\Serializer\Annotation\XmlList; alias
H A DPersonCollection.php9 use JMS\Serializer\Annotation\XmlList; alias
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst496 @XmlList, or @XmlMap.
622 @XmlList
632 use JMS\Serializer\Annotation\XmlList;
639 * @XmlList(inline = true, entry = "comment")
670 You can also specify the entry tag namespace using the ``namespace`` attribute (``@XmlList(inline =…
674 Similar to @XmlList, but the keys of the array are meaningful.
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DXmlList.php11 final class XmlList extends XmlCollection class
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DBlogPost.php14 use JMS\Serializer\Annotation\XmlList; alias
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php13 use JMS\Serializer\Annotation\XmlList; alias
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md270 - XmlList\(skipWhenEmpty=true\) or @SkipWhenEmpty\(\) does not work [\#847](https://github.com/schm…
525 - XmlList not working since version 1.5.0 with xmlns attributes [\#742](https://github.com/schmittj…
597 - Define cdata and namespace for @XmlList elements [\#480](https://github.com/schmittjoh/serialize…
816 - Generate namespaced element on XmlList entries [\#301](https://github.com/schmittjoh/serializer/p…
852 - Deserialization of XmlList does not support namespaces [\#332](https://github.com/schmittjoh/seri…
939 - Skip an element based on a condition in a XmlList [\#121](https://github.com/schmittjoh/serialize…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php33 use JMS\Serializer\Annotation\XmlList; alias
201 } elseif ($annot instanceof XmlList) {