[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/nusoap/ -> class.soap_val.php (summary)

(no description)

File Size: 107 lines (2 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

soapval:: (3 methods):
  soapval()
  serialize()
  decode()


Class: soapval  - X-Ref

For creating serializable abstractions of native PHP types.  This class
allows element name/namespace, XSD type, and XML attributes to be
associated with a value.  This is extremely useful when WSDL is not
used, but is also useful when WSDL is used with polymorphic types, including
xsd:anyType and user-defined types.

soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attributes=false)   X-Ref
constructor

param: string $name optional name
param: mixed $type optional type name
param: mixed $value optional value
param: mixed $element_ns optional namespace of value
param: mixed $type_ns optional namespace of type
param: mixed $attributes associative array of attributes to add to element serialization

serialize($use='encoded')   X-Ref
return serialized value

param: string $use The WSDL use value (encoded|literal)
return: string XML data

decode()   X-Ref
decodes a soapval object into a PHP native type

return: mixed



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1