Пример #1
0
 public function unserialize($str)
 {
     list($this->sinceVersion, $this->untilVersion, $this->groups, $this->serializedName, $this->type, $this->xmlCollection, $this->xmlCollectionInline, $this->xmlEntryName, $this->xmlKeyAttribute, $this->xmlAttribute, $this->xmlValue, $this->xmlNamespace, $this->xmlCollectionEntry, $this->xmlKeyValuePairs, $this->xmlElementCData, $this->getter, $this->setter, $this->inline, $this->readOnly, $this->xmlAttributeMap, $this->maxDepth, $parentStr) = unserialize($str);
     parent::unserialize($parentStr);
 }
Пример #2
0
 /**
  * Deserializes the current propertymetadata.
  *
  * @param string $str
  */
 public function unserialize($str)
 {
     list($this->type, $this->innerType, $this->collectionMergeStrategy, $this->emptyValueStrategy, $this->ignoreNullValue, $parentStr) = unserialize($str);
     parent::unserialize($parentStr);
 }
Пример #3
0
 /**
  * {@inheritdoc}
  */
 public function unserialize($str)
 {
     list($this->isCollection, $this->method, $parentStr) = unserialize($str);
     parent::unserialize($parentStr);
 }
 public function unserialize($str)
 {
     list($this->sinceVersion, $this->untilVersion, $this->groups, $this->serializedName, $this->type, $this->xmlCollection, $this->xmlCollectionInline, $this->xmlEntryName, $this->xmlKeyAttribute, $this->xmlAttribute, $this->xmlValue, $this->getter, $this->setter, $this->inline, $this->readOnly, $parentStr) = unserialize($str);
     parent::unserialize($parentStr);
 }
Пример #5
0
 public function unserialize($str)
 {
     list($this->filters, $parentStr) = unserialize($str);
     parent::unserialize($parentStr);
 }
 public function unserialize($str)
 {
     $unserialized = unserialize($str);
     list($this->sinceVersion, $this->untilVersion, $this->groups, $this->serializedName, $this->type, $this->xmlCollection, $this->xmlCollectionInline, $this->xmlEntryName, $this->xmlKeyAttribute, $this->xmlAttribute, $this->xmlValue, $this->xmlNamespace, $this->xmlKeyValuePairs, $this->xmlElementCData, $this->getter, $this->setter, $this->inline, $this->readOnly, $this->xmlAttributeMap, $this->maxDepth, $parentStr) = $unserialized;
     if (isset($unserialized['xmlEntryNamespace'])) {
         $this->xmlEntryNamespace = $unserialized['xmlEntryNamespace'];
     }
     if (isset($unserialized['xmlCollectionSkipWhenEmpty'])) {
         $this->xmlCollectionSkipWhenEmpty = $unserialized['xmlCollectionSkipWhenEmpty'];
     }
     parent::unserialize($parentStr);
 }
Пример #7
0
 /**
  * {@inheritdoc}
  */
 public function unserialize($str)
 {
     list($this->defaultValues, $this->mode, $parentStr) = unserialize($str);
     parent::unserialize($parentStr);
 }
 public function unserialize($str)
 {
     list($this->exclusionExpression, $parentStr) = unserialize($str);
     parent::unserialize($parentStr);
 }