Ejemplo n.º 1
0
 /**
  * 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);
 }
Ejemplo n.º 2
0
 /**
  * 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);
 }