コード例 #1
0
ファイル: PropertyMetadata.php プロジェクト: Maksold/platform
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->isCollection, $this->method, parent::serialize()));
 }
コード例 #2
0
ファイル: PropertyMetadata.php プロジェクト: v2a/serializer
 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()));
 }
コード例 #4
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->getter, $this->setter, $this->inline, $this->readOnly, parent::serialize()));
 }
コード例 #5
0
 public function serialize()
 {
     return serialize([$this->filters, parent::serialize()]);
 }
コード例 #6
0
ファイル: FieldMetadata.php プロジェクト: Maksold/platform
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->defaultValues, $this->mode, parent::serialize()));
 }
コード例 #7
0
 public function serialize()
 {
     return serialize(array($this->exclusionExpression, parent::serialize()));
 }