瀏覽代碼

Merge pull request #204 from colinfrei/patch-1

Add xmlAttributeMap to serialized values
Johannes 11 年之前
父節點
當前提交
720847b73d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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,