Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php44 public $xmlCollectionInline = false; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
221 $this->xmlCollectionInline,
269 $this->xmlCollectionInline,
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DAbstractPropertyMetadataTest.php19 $metadata->xmlCollectionInline = true;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php158 $pMetadata->xmlCollectionInline = (bool) $colConfig['inline'];
181 $pMetadata->xmlCollectionInline = (bool) $colConfig['inline'];
H A DXmlDriver.php229 … $pMetadata->xmlCollectionInline = 'true' === (string) $colConfig->attributes()->inline;
252 … $pMetadata->xmlCollectionInline = 'true' === (string) $colConfig->attributes()->inline;
H A DAnnotationDriver.php203 $propertyMetadata->xmlCollectionInline = $annot->inline;
209 $propertyMetadata->xmlCollectionInline = $annot->inline;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php299 if (!$metadata->xmlCollectionInline) {
H A DXmlSerializationVisitor.php335 return $metadata->xmlCollection && $metadata->xmlCollectionInline;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php92 $p->xmlCollectionInline = true;