Explorar o código

add xmlAttributeMap to serialized values

Colin Frei %!s(int64=11) %!d(string=hai) anos
pai
achega
3526ee8754
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/JMS/Serializer/Metadata/VirtualPropertyMetadata.php

+ 2 - 0
src/JMS/Serializer/Metadata/VirtualPropertyMetadata.php

@@ -59,6 +59,7 @@ class VirtualPropertyMetadata extends PropertyMetadata
             $this->xmlValue,
             $this->xmlKeyValuePairs,
             $this->xmlElementCData,
+            $this->xmlAttributeMap,
             $this->getter,
             $this->setter,
             $this->inline,
@@ -84,6 +85,7 @@ class VirtualPropertyMetadata extends PropertyMetadata
             $this->xmlValue,
             $this->xmlKeyValuePairs,
             $this->xmlElementCData,
+            $this->xmlAttributeMap,
             $this->getter,
             $this->setter,
             $this->inline,