Свойство | Тип | Описание | |
---|---|---|---|
$generator | |||
$generatorOptions |
Метод | Описание | |
---|---|---|
getGenerator ( ) : |
||
getGeneratorOptionsConfigOption ( ) | ||
getGeneratorOptionsPossibilities ( ) : string[] | ||
resolveGeneratorOptionsConfigPath ( ) : string | null |
Метод | Описание | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
formatOptionValue ( mixed $optionValue ) : boolean | mixed | ||
getPackageGenerationCommandLineOptions ( ) : array | ||
initGenerator ( ) : |
||
initGeneratorOptions ( ) : |
||
setGenerator ( |
Метод | Описание | |
---|---|---|
formatArrayForConsole ( array $array ) : array | Utility method to return readeable array based on "key: value" |
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 |
public getGenerator ( ) : |
||
Результат |
public getGeneratorOptionsPossibilities ( ) : string[] | ||
Результат | string[] |
protected getPackageGenerationCommandLineOptions ( ) : array | ||
Результат | array |
protected initGenerator ( ) : |
||
Результат |
protected initGeneratorOptions ( ) : |
||
Результат |
public resolveGeneratorOptionsConfigPath ( ) : string | null | ||
Результат | string | null |
protected setGenerator ( |
||
$generator | ||
Результат |
protected Generator,WsdlToPhp\PackageGenerator\Generator $generator | ||
Результат |