|
MIOLO25
|
Membros públicos | |
| PhpWsdlComplex ($name, $el=Array(), $settings=null) | |
| CreateType ($pw) | |
| GetElement ($name) | |
| CreateTypeHtml ($data) | |
| CreateTypePhp ($data) | |
Membros públicos herdados de PhpWsdlObject | |
| PhpWsdlObject ($name, $settings=null) | |
| __construct ($name, $settings=null) | |
Membros públicos estáticos | |
| static | InterpretComplex ($data) |
| static | CreateComplexTypeObject ($data) |
Campos de Dados | |
| $Type =null | |
| $Elements | |
| $IsArray | |
Campos de Dados herdados de PhpWsdlObject | |
| $GUID | |
| $Name | |
| $Docs =null | |
| $Settings =null | |
Atributos Públicos Estáticos | |
| static | $DisableArrayPostfix =false |
This class creates complex types (classes or arrays)
|
static |
Create complex type object
| array | $data | The parser data |
| CreateType | ( | $pw | ) |
| CreateTypeHtml | ( | $data | ) |
Create the HTML documentation for a complex type
| array | $data |
| CreateTypePhp | ( | $data | ) |
Create type PHP code
| array | $data | The event data |
| GetElement | ( | $name | ) |
Find an element within this type
| string | $name | The name |
|
static |
Interpret a complex type
| array | $data | The parser data |
| PhpWsdlComplex | ( | $name, | |
| $el = Array(), | |||
| $settings = null ) |
Constructor
| string | $name | The name |
| PhpWsdlElement[] | $el | Optional a list of elements |
| array | $settings | Optional the settings hash array (default: NULL) |
|
static |
| $Elements |
| $IsArray |
| $Type =null |