|
MIOLO20
|
Membros públicos | |
| PhpWsdlMethod ($name, $param=null, $return=null, $settings=null) | |
| __construct ($name, $param=null, $return=null, $settings=null) | |
| CreatePortType ($pw) | |
| CreateBinding ($pw) | |
| CreateMessages ($pw) | |
| GetParam ($name) | |
| CreateMethodHtml ($data) | |
| CreateMethodPhp ($data) | |
Membros públicos herdados de PhpWsdlObject | |
| PhpWsdlObject ($name, $settings=null) | |
| __construct ($name, $settings=null) | |
Membros públicos estáticos | |
| static | InterpretSetting ($data) |
| static | InterpretOmit ($data) |
| static | CreateMethodObject ($data) |
Campos de Dados | |
| $Param =Array() | |
| $Return =null | |
| $IsGlobal =false | |
Campos de Dados herdados de PhpWsdlObject | |
| $GUID | |
| $Name | |
| $Docs =null | |
| $Settings =null | |
Atributos Públicos Estáticos | |
| static | $IsGlobalDefault =false |
A method definition object
Definido na linha 33 do ficheiro class.phpwsdlmethod.php.
| __construct | ( | $name, | |
| $param = null, | |||
| $return = null, | |||
| $settings = null ) |
Definido na linha 71 do ficheiro class.phpwsdlmethod.php.
| CreateBinding | ( | $pw | ) |
Create the binding WSDL
Definido na linha 117 do ficheiro class.phpwsdlmethod.php.
| CreateMessages | ( | $pw | ) |
Create the input/output messages WSDL
Definido na linha 150 do ficheiro class.phpwsdlmethod.php.
| CreateMethodHtml | ( | $data | ) |
Create HTML docs
| array | $data | Some data |
Definido na linha 198 do ficheiro class.phpwsdlmethod.php.
|
static |
Create method object
| array | $data | The parser data |
Definido na linha 352 do ficheiro class.phpwsdlmethod.php.
| CreateMethodPhp | ( | $data | ) |
Create method PHP
| array | $data | The event data |
Definido na linha 275 do ficheiro class.phpwsdlmethod.php.
| CreatePortType | ( | $pw | ) |
Create the port type WSDL
Definido na linha 89 do ficheiro class.phpwsdlmethod.php.
| GetParam | ( | $name | ) |
Find a parameter of this method
| string | $name | The parameter name |
Definido na linha 181 do ficheiro class.phpwsdlmethod.php.
|
static |
Interpret omit keyword
| array | $data | The parser data |
Definido na linha 340 do ficheiro class.phpwsdlmethod.php.
|
static |
Interpret a setting
| array | $data | The parser data |
Definido na linha 320 do ficheiro class.phpwsdlmethod.php.
| PhpWsdlMethod | ( | $name, | |
| $param = null, | |||
| $return = null, | |||
| $settings = null ) |
Constructor
| string | $name | The name |
| PhpWsdlParam[] | $param | Optional the list of parameters (default: NULL) |
| PhpWsdlParam | $return | Optional the return value (default: NULL) |
| array | $settings | Optional the settings hash array (default: NULL) |
Definido na linha 67 do ficheiro class.phpwsdlmethod.php.
| $IsGlobal =false |
Definido na linha 51 do ficheiro class.phpwsdlmethod.php.
|
static |
Definido na linha 57 do ficheiro class.phpwsdlmethod.php.
| $Param =Array() |
Definido na linha 39 do ficheiro class.phpwsdlmethod.php.
| $Return =null |
Definido na linha 45 do ficheiro class.phpwsdlmethod.php.