Skip to content

Commit

Permalink
Serialize/Unserialize ClassMetadata::$initMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Feb 21, 2016
1 parent 282c74d commit 85a989b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Metadata/ClassMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public function serialize()
$this->decorates,
$this->decoration_inner_name,
$this->deprecated,
$this->initMethods,
));
}

Expand Down Expand Up @@ -109,6 +110,7 @@ public function unserialize($str)
$this->decorates,
$this->decoration_inner_name,
$this->deprecated,
$this->initMethods,
) = $data;

parent::unserialize($parentStr);
Expand Down

0 comments on commit 85a989b

Please sign in to comment.