Home
last modified time | relevance | path

Searched refs:xmlCollection (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
DPropertyMetadata.php39 public $xmlCollection = false; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
220 $this->xmlCollection,
268 $this->xmlCollection,
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
DAbstractPropertyMetadataTest.php18 $metadata->xmlCollection = true;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DXmlSerializationVisitor.php335 return $metadata->xmlCollection && $metadata->xmlCollectionInline;
340 return null === $node && !$metadata->xmlCollection && $metadata->skipWhenEmpty;
345 return $metadata->xmlCollection && $metadata->xmlCollectionSkipWhenEmpty;
DXmlDeserializationVisitor.php297 if ($metadata->xmlCollection) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
DYamlDriver.php154 $pMetadata->xmlCollection = true;
177 $pMetadata->xmlCollection = true;
DAnnotationDriver.php202 $propertyMetadata->xmlCollection = true;
208 $propertyMetadata->xmlCollection = true;
DXmlDriver.php225 $pMetadata->xmlCollection = true;
248 $pMetadata->xmlCollection = true;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
DBaseDriverTest.php91 $p->xmlCollection = true;