|
MIOLO25
|
Membros públicos | |
| PhpWsdlParam ($name, $type='string', $settings=null) | |
| __construct ($name, $type='string', $settings=null) | |
| CreatePart ($pw) | |
| CreateParamHtml ($data) | |
| CreateReturnHtml ($data) | |
Membros públicos herdados de PhpWsdlObject | |
| PhpWsdlObject ($name, $settings=null) | |
| __construct ($name, $settings=null) | |
Membros públicos estáticos | |
| static | InterpretParam ($data) |
| static | InterpretReturn ($data) |
Campos de Dados | |
| $Type | |
| $Docs =null | |
Campos de Dados herdados de PhpWsdlObject | |
| $GUID | |
| $Name | |
| $Docs =null | |
| $Settings =null | |
Atributos Públicos Estáticos | |
| static | $DefaultReturnName ='return' |
A parameter or return value definition for a method
| __construct | ( | $name, | |
| $type = 'string', | |||
| $settings = null ) |
| CreateParamHtml | ( | $data | ) |
Create parameter HTML documentation
| array | $data | Some data |
| CreatePart | ( | $pw | ) |
| CreateReturnHtml | ( | $data | ) |
Create return value HTML documentation
| array | $data | Some data |
|
static |
Interpret a parameter keyword
| array | $data | The parser data |
|
static |
Interpret a return value
| array | $data | The parser data |
| PhpWsdlParam | ( | $name, | |
| $type = 'string', | |||
| $settings = null ) |
Constructor
| string | $name | The name |
| string | $type | Optional the type name (default: string) |
| array | $settings | Optional the settings hash array (default: NULL) |
|
static |
| $Docs =null |
| $Type |