PHP Class WsdlToPhp\PackageGenerator\Generator\GeneratorContainers

Inheritance: extends AbstractGeneratorAware
Afficher le fichier Open project: wsdltophp/packagegenerator Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Generator $generator )
getServices ( ) : Service
getStructs ( ) : Struct

Méthodes protégées

Méthode Description
initServices ( ) : GeneratorContainers
initStructs ( ) : GeneratorContainers

Method Details

__construct() public méthode

public __construct ( Generator $generator )
$generator Generator

getServices() public méthode

public getServices ( ) : Service
Résultat WsdlToPhp\PackageGenerator\Container\Model\Service

getStructs() public méthode

public getStructs ( ) : Struct
Résultat WsdlToPhp\PackageGenerator\Container\Model\Struct

initServices() protected méthode

protected initServices ( ) : GeneratorContainers
Résultat GeneratorContainers

initStructs() protected méthode

protected initStructs ( ) : GeneratorContainers
Résultat GeneratorContainers