|
MIOLO25
|
Membros públicos | |
| PhpWsdlParser ($server) | |
| __construct ($server) | |
| Parse ($str) | |
| InterpretDefinition ($def, $method, $keywords, $docs) | |
Campos de Dados | |
| $Server | |
Atributos Públicos Estáticos | |
| static | $ParseRelevantRx ='/\/\*\*([^\*]*\*+(?:[^\*\/][^\*]*\*+)*)\/(\s*(public\s+)?function\s+([^\s|\(]+)\s*\()?/is' |
| static | $ParseKeywordsRx ='/^(\s*\*\s*\@([^\s|\n]+)([^\n]*))$/m' |
| static | $ParseDocsRx ='/^[^\*|\n]*\*[ |\t]+([^\*|\s|\@|\/|\n][^\n]*)?$/m' |
This class will parse the WSDL definitions from PHP source (or any other string)
| __construct | ( | $server | ) |
| InterpretDefinition | ( | $def, | |
| $method, | |||
| $keywords, | |||
| $docs ) |
Interpret a WSDL definition
| string | $def | WSDL definition |
| string | $method | Method name |
| Parse | ( | $str | ) |
Parse a string
| string | $str | The string to parse |
| PhpWsdlParser | ( | $server | ) |
|
static |
|
static |
|
static |
| $Server |