瀏覽代碼

add xmlAttributeMap to serialized values

Colin Frei 11 年之前
父節點
當前提交
3526ee8754
共有 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,