Свойство | Type | Description | |
---|---|---|---|
$generator | |||
$method |
Méthode | Description | |
---|---|---|
__construct ( |
||
getGenerator ( ) : |
||
getMethod ( ) : |
||
setGenerator ( |
||
setMethod ( |
Méthode | Description | |
---|---|---|
getMethodParameter ( string $name, string $type = null ) : WsdlToPhp\PhpGenerator\Element\PhpFunctionParameter | ||
getModelByName ( string $name ) : |
||
getParameterName ( string $name ) : string | ||
getParameterTypeArrayTypes ( boolean $methodUsage = false ) : string[] | ||
getParameterTypeModel ( ) : |
||
isParameterTypeAModel ( ) : boolean | ||
isParameterTypeAString ( ) : boolean | ||
isParameterTypeAnArray ( ) : boolean | ||
isParameterTypeEmpty ( ) : boolean |
public __construct ( |
||
$method | ||
$generator |
public getGenerator ( ) : |
||
Résultat |
public getMethod ( ) : |
||
Résultat |
protected getMethodParameter ( string $name, string $type = null ) : WsdlToPhp\PhpGenerator\Element\PhpFunctionParameter | ||
$name | string | |
$type | string | |
Résultat | WsdlToPhp\PhpGenerator\Element\PhpFunctionParameter |
protected getModelByName ( string $name ) : |
||
$name | string | |
Résultat |
protected getParameterName ( string $name ) : string | ||
$name | string | |
Résultat | string |
protected getParameterTypeArrayTypes ( boolean $methodUsage = false ) : string[] | ||
$methodUsage | boolean | |
Résultat | string[] |
protected getParameterTypeModel ( ) : |
||
Résultat |
protected isParameterTypeAModel ( ) : boolean | ||
Résultat | boolean |
protected isParameterTypeAString ( ) : boolean | ||
Résultat | boolean |
protected isParameterTypeAnArray ( ) : boolean | ||
Résultat | boolean |
protected isParameterTypeEmpty ( ) : boolean | ||
Résultat | boolean |
public setGenerator ( |
||
$generator | ||
Résultat |
public setMethod ( |
||
$method | ||
Résultat |
protected Generator,WsdlToPhp\PackageGenerator\Generator $generator | ||
Résultat |