コード例 #1
0
ファイル: Value.php プロジェクト: 5haman/knowledgetree
 /**
  * Serializes this value.
  *
  * @param SOAP_Base $serializer  A SOAP_Base instance or subclass to
  *                               serialize with.
  *
  * @return string  XML representation of $this.
  */
 function serialize(&$serializer)
 {
     return $serializer->_serializeValue($this->value, $this->name, $this->type, $this->namespace, $this->type_namespace, $this->options, $this->attributes, $this->arrayType);
 }
コード例 #2
0
ファイル: Value.php プロジェクト: casan/eccube-2_13
 /**
  * Serializes this value.
  *
  * @param SOAP_Base $serializer  A SOAP_Base instance or subclass to
  *                               serialize with.
  *
  * @return string  XML representation of $this.
  */
 function serialize(&$serializer)
 {
     return $serializer->_serializeValue($this->value, $this->nqn, $this->tqn, $this->options, $this->attributes, $this->arrayType);
 }