ソースを参照

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,