Home
last modified time | relevance | path

Searched refs:xmlKeyAttribute (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php64 public $xmlKeyAttribute; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
223 $this->xmlKeyAttribute,
271 $this->xmlKeyAttribute,
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DAbstractPropertyMetadataTest.php23 $metadata->xmlKeyAttribute = 'test_xml_key_attribute';
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php222 if (!isset($attrs[$this->currentMetadata->xmlKeyAttribute])) {
223 … attribute "%s" must be set for each entry of the map.', $this->currentMetadata->xmlKeyAttribute));
226 … $k = $this->navigator->accept($attrs[$this->currentMetadata->xmlKeyAttribute], $keyType);
H A DXmlSerializationVisitor.php192 …entMetadata && null !== $this->currentMetadata->xmlKeyAttribute ? $this->currentMetadata->xmlKeyAt…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php193 $pMetadata->xmlKeyAttribute = $colConfig['key_attribute_name'];
H A DXmlDriver.php264 … $pMetadata->xmlKeyAttribute = (string) $colConfig->attributes()->{'key-attribute-name'};
H A DAnnotationDriver.php212 $propertyMetadata->xmlKeyAttribute = $annot->keyAttribute;