Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->isCollection, $this->method, parent::serialize()));
 }
Пример #2
0
 public function serialize()
 {
     return serialize(array($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, parent::serialize()));
 }
Пример #3
0
 /**
  * Serializes the current propertymetadata.
  *
  * @return string
  */
 public function serialize()
 {
     return serialize(array($this->type, $this->innerType, $this->collectionMergeStrategy, $this->emptyValueStrategy, $this->ignoreNullValue, parent::serialize()));
 }
 public function serialize()
 {
     return serialize(array($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, parent::serialize()));
 }
Пример #5
0
 public function serialize()
 {
     return serialize([$this->filters, parent::serialize()]);
 }
Пример #6
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->defaultValues, $this->mode, parent::serialize()));
 }
 public function serialize()
 {
     return serialize(array($this->exclusionExpression, parent::serialize()));
 }