MIOLO25
|
Membros públicos | |
GetComplexType () | |
PrintComplexType ($obj) | |
ComplexTypeArrayDemo ($arr) | |
SayHello ($name=null) | |
DemoMethod () | |
PrintVariable ($var) | |
SayHello ($name) | |
ComplexTypeArrayDemo | ( | $arr | ) |
Print an array of objects
ComplexTypeDemoArray | $arr | A ComplexTypeDemo array |
DemoMethod | ( | ) |
This method has no parameters and no return value, but it is visible in WSDL, too
GetComplexType | ( | ) |
Get a complex type object
PrintComplexType | ( | $obj | ) |
PrintVariable | ( | $var | ) |
This method should not be visible in WSDL - but notice: If the PHP SoapServer doesn't know the WSDL, this method is still accessable for SOAP requests!
@ignore
unknown_type | $var |
SayHello | ( | $name | ) |
Say hello to...
string | $name | A name |
SayHello | ( | $name = null | ) |
Say hello demo
string | $name | Some name (or an empty string) |