PHP Class WsdlToPhp\PackageGenerator\Command\GeneratePackageCommand

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

Protected Properties

Свойство Type Description
$generator WsdlToPhp\PackageGenerator\Generator\Generator
$generatorOptions WsdlToPhp\PackageGenerator\ConfigurationReader\GeneratorOptions

Méthodes publiques

Méthode Description
getGenerator ( ) : Generator
getGeneratorOptionsConfigOption ( )
getGeneratorOptionsPossibilities ( ) : string[]
resolveGeneratorOptionsConfigPath ( ) : string | null

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
formatOptionValue ( mixed $optionValue ) : boolean | mixed
getPackageGenerationCommandLineOptions ( ) : array
initGenerator ( ) : GeneratePackageCommand
initGeneratorOptions ( ) : GeneratePackageCommand
setGenerator ( Generator $generator ) : GeneratePackageCommand

Private Methods

Méthode Description
formatArrayForConsole ( array $array ) : array Utility method to return readeable array based on "key: value"

Method Details

configure() protected méthode

See also: WsdlToPhp\PackageGenerator\Command\AbstractCommand::configure()
protected configure ( )

execute() protected méthode

See also: Sdc\AppBundle\Command\Command::execute()
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

formatOptionValue() protected méthode

protected formatOptionValue ( mixed $optionValue ) : boolean | mixed
$optionValue mixed
Résultat boolean | mixed

getGenerator() public méthode

public getGenerator ( ) : Generator
Résultat WsdlToPhp\PackageGenerator\Generator\Generator

getGeneratorOptionsConfigOption() public méthode

getGeneratorOptionsPossibilities() public méthode

public getGeneratorOptionsPossibilities ( ) : string[]
Résultat string[]

getPackageGenerationCommandLineOptions() protected méthode

initGenerator() protected méthode

protected initGenerator ( ) : GeneratePackageCommand
Résultat GeneratePackageCommand

initGeneratorOptions() protected méthode

protected initGeneratorOptions ( ) : GeneratePackageCommand
Résultat GeneratePackageCommand

resolveGeneratorOptionsConfigPath() public méthode

setGenerator() protected méthode

protected setGenerator ( Generator $generator ) : GeneratePackageCommand
$generator WsdlToPhp\PackageGenerator\Generator\Generator
Résultat GeneratePackageCommand

Property Details

$generator protected_oe property

protected Generator,WsdlToPhp\PackageGenerator\Generator $generator
Résultat WsdlToPhp\PackageGenerator\Generator\Generator

$generatorOptions protected_oe property

protected GeneratorOptions,WsdlToPhp\PackageGenerator\ConfigurationReader $generatorOptions
Résultat WsdlToPhp\PackageGenerator\ConfigurationReader\GeneratorOptions