MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe SoapDemo

Membros públicos

 GetComplexType ()
 
 PrintComplexType ($obj)
 
 ComplexTypeArrayDemo ($arr)
 
 SayHello ($name=null)
 
 DemoMethod ()
 
 PrintVariable ($var)
 
 SayHello ($name)
 

Descrição detalhada

This demo webservice shows you how to work with PhpWsdl

@service SoapDemo

Definido na linha 11 do ficheiro class.soapdemo.php.

Documentação das funções

◆ ComplexTypeArrayDemo()

ComplexTypeArrayDemo ( $arr)

Print an array of objects

Parâmetros
ComplexTypeDemoArray$arrA ComplexTypeDemo array
Retorna
stringArray The results of print_r

Definido na linha 37 do ficheiro class.soapdemo.php.

◆ DemoMethod()

DemoMethod ( )

This method has no parameters and no return value, but it is visible in WSDL, too

Definido na linha 62 do ficheiro class.soapdemo.php.

◆ GetComplexType()

GetComplexType ( )

Get a complex type object

Retorna
ComplexTypeDemo The object

Definido na linha 17 do ficheiro class.soapdemo.php.

◆ PrintComplexType()

PrintComplexType ( $obj)

Print an object

Parâmetros
ComplexTypeDemo$objThe object
Retorna
string The result of print_r

Definido na linha 27 do ficheiro class.soapdemo.php.

◆ PrintVariable()

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

Parâmetros
unknown_type$var
Retorna
string

Definido na linha 73 do ficheiro class.soapdemo.php.

◆ SayHello() [1/2]

SayHello ( $name)

Say hello to...

Parâmetros
string$nameA name
Retorna
string Response

Definido na linha 20 do ficheiro demo4.php.

◆ SayHello() [2/2]

SayHello ( $name = null)

Say hello demo

Parâmetros
string$nameSome name (or an empty string)
Retorna
string Response string

Definido na linha 52 do ficheiro class.soapdemo.php.


A documentação para esta classe foi gerada a partir dos seguintes ficheiros: