Home
last modified time | relevance | path

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

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