Méthode | Description | |
---|---|---|
getGenerator ( ) : |
||
getName ( ) : string |
Méthode | Description | |
---|---|---|
getMethodByName ( string $name ) : null | |
||
getModel ( |
Return the model on which the method will be called | |
getParseTagAttributeMethod ( string $tagName ) : string | ||
getStructByName ( string $name ) : null | |
||
parseSchema ( |
Most of he time, this method is not used, even if it used, for now, knowing that we are in a schema is not a useful information, so we can simply parse the tag with only the wsdl as parameter | |
parseTagAttributeAbstract ( WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler $tagAttribute, |
||
parseTagAttributeName ( ) | Avoid this attribute to be added as meta | |
parseTagAttributeType ( WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler $tagAttribute, |
||
parseTagAttributeValue ( WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler $tagAttribute, |
Enumeration does not need its own value as meta information, it's like the name for struct attribute | |
parseTagAttributes ( |
public getGenerator ( ) : |
||
Résultat |
protected getMethodByName ( string $name ) : null | |
||
$name | string | |
Résultat | null | |
protected getModel ( |
||
$tag | ||
Résultat |
protected getParseTagAttributeMethod ( string $tagName ) : string | ||
$tagName | string | |
Résultat | string |
protected getStructByName ( string $name ) : null | |
||
$name | string | |
Résultat | null | |
protected parseSchema ( |
||
$wsdl | ||
$schema |
protected parseTagAttributeAbstract ( WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler $tagAttribute, |
||
$tagAttribute | WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler | |
$model |
protected parseTagAttributeName ( ) |
protected parseTagAttributeType ( WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler $tagAttribute, |
||
$tagAttribute | WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler | |
$model | ||
$structAttribute |
protected parseTagAttributeValue ( WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler $tagAttribute, |
||
$tagAttribute | WsdlToPhp\PackageGenerator\DomHandler\AttributeHandler | |
$model |
protected parseTagAttributes ( |
||
$tag | ||
$model | ||
$structAttribute |