PHP Class WsdlToPhp\PackageGenerator\Generator\GeneratorContainers

Inheritance: extends AbstractGeneratorAware
ファイルを表示 Open project: wsdltophp/packagegenerator Class Usage Examples

Public Methods

Method Description
__construct ( Generator $generator )
getServices ( ) : Service
getStructs ( ) : Struct

Protected Methods

Method Description
initServices ( ) : GeneratorContainers
initStructs ( ) : GeneratorContainers

Method Details

__construct() public method

public __construct ( Generator $generator )
$generator Generator

getServices() public method

public getServices ( ) : Service
return WsdlToPhp\PackageGenerator\Container\Model\Service

getStructs() public method

public getStructs ( ) : Struct
return WsdlToPhp\PackageGenerator\Container\Model\Struct

initServices() protected method

protected initServices ( ) : GeneratorContainers
return GeneratorContainers

initStructs() protected method

protected initStructs ( ) : GeneratorContainers
return GeneratorContainers