|
MIOLO25
|
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
| __construct | ( | $name, | |
| $param = null, | |||
| $return = null, | |||
| $settings = null ) |
| CreateBinding | ( | $pw | ) |
| CreateMessages | ( | $pw | ) |
| CreateMethodHtml | ( | $data | ) |
Create HTML docs
| array | $data | Some data |
|
static |
Create method object
| array | $data | The parser data |
| CreateMethodPhp | ( | $data | ) |
Create method PHP
| array | $data | The event data |
| CreatePortType | ( | $pw | ) |
| GetParam | ( | $name | ) |
Find a parameter of this method
| string | $name | The parameter name |
|
static |
Interpret omit keyword
| array | $data | The parser data |
|
static |
Interpret a setting
| array | $data | The parser data |
| 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) |
| $IsGlobal =false |
|
static |
| $Param =Array() |
| $Return =null |