Documentation TYPO3 par Ameos |
Public Member Functions | |
soapval ($name='soapval', $type=false, $value=-1, $element_ns=false, $type_ns=false, $attributes=false) | |
serialize ($use='encoded') | |
decode () | |
Public Attributes | |
$name | |
$type | |
$value | |
$element_ns | |
$type_ns | |
$attributes |
Definition at line 1892 of file class.nusoap.php.
soapval::soapval | ( | $ | name = 'soapval' , |
|
$ | type = false , |
|||
$ | value = -1 , |
|||
$ | element_ns = false , |
|||
$ | type_ns = false , |
|||
$ | attributes = false | |||
) |
constructor
string | $name optional name | |
mixed | $type optional type name | |
mixed | $value optional value | |
mixed | $element_ns optional namespace of value | |
mixed | $type_ns optional namespace of type | |
mixed | $attributes associative array of attributes to add to element serialization public |
Definition at line 1947 of file class.nusoap.php.
References $attributes, $element_ns, $name, $type, $type_ns, and $value.
soapval::serialize | ( | $ | use = 'encoded' |
) |
return serialized value
string | $use The WSDL use value (encoded|literal) |
Definition at line 1964 of file class.nusoap.php.
References nusoap_base::serialize_val().
soapval::decode | ( | ) |
decodes a soapval object into a PHP native type
Definition at line 1974 of file class.nusoap.php.