PHP Класс WsdlToPhp\PackageGenerator\Command\GeneratePackageCommand

Наследование: extends AbstractCommand
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$generator WsdlToPhp\PackageGenerator\Generator\Generator
$generatorOptions WsdlToPhp\PackageGenerator\ConfigurationReader\GeneratorOptions

Открытые методы

Метод Описание
getGenerator ( ) : Generator
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 ( ) : GeneratePackageCommand
initGeneratorOptions ( ) : GeneratePackageCommand
setGenerator ( Generator $generator ) : GeneratePackageCommand

Приватные методы

Метод Описание
formatArrayForConsole ( array $array ) : array Utility method to return readeable array based on "key: value"

Описание методов

configure() защищенный Метод

См. также: WsdlToPhp\PackageGenerator\Command\AbstractCommand::configure()
protected configure ( )

execute() защищенный Метод

См. также: 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 formatOptionValue ( mixed $optionValue ) : boolean | mixed
$optionValue mixed
Результат boolean | mixed

getGenerator() публичный Метод

public getGenerator ( ) : Generator
Результат WsdlToPhp\PackageGenerator\Generator\Generator

getGeneratorOptionsConfigOption() публичный Метод

getGeneratorOptionsPossibilities() публичный Метод

public getGeneratorOptionsPossibilities ( ) : string[]
Результат string[]

getPackageGenerationCommandLineOptions() защищенный Метод

protected getPackageGenerationCommandLineOptions ( ) : array
Результат array

initGenerator() защищенный Метод

protected initGenerator ( ) : GeneratePackageCommand
Результат GeneratePackageCommand

initGeneratorOptions() защищенный Метод

protected initGeneratorOptions ( ) : GeneratePackageCommand
Результат GeneratePackageCommand

resolveGeneratorOptionsConfigPath() публичный Метод

public resolveGeneratorOptionsConfigPath ( ) : string | null
Результат string | null

setGenerator() защищенный Метод

protected setGenerator ( Generator $generator ) : GeneratePackageCommand
$generator WsdlToPhp\PackageGenerator\Generator\Generator
Результат GeneratePackageCommand

Описание свойств

$generator защищенное свойство

protected Generator,WsdlToPhp\PackageGenerator\Generator $generator
Результат WsdlToPhp\PackageGenerator\Generator\Generator

$generatorOptions защищенное свойство

protected GeneratorOptions,WsdlToPhp\PackageGenerator\ConfigurationReader $generatorOptions
Результат WsdlToPhp\PackageGenerator\ConfigurationReader\GeneratorOptions