

Fonctions membres publiques | |
| soapval ($name='soapval', $type=false, $value=-1, $element_ns=false, $type_ns=false, $attributes=false) | |
| serialize ($use='encoded') | |
| decode () | |
Attributs publics | |
| $name | |
| $type | |
| $value | |
| $element_ns | |
| $type_ns | |
| $attributes | |
| 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 |
| soapval::serialize | ( | $ | use = 'encoded' |
) |
return serialized value
| string | $use The WSDL use value (encoded|literal) |
| soapval::decode | ( | ) |
| soapval::$name |
| soapval::$type |
| soapval::$value |
| soapval::$element_ns |
| soapval::$type_ns |
| soapval::$attributes |
1.5.3