PHP Class Newscoop\PluginGeneratorBundle\Command\GeneratePluginBundleCommand

Author: Mark Lewis ([email protected])
Inheritance: extends GeneratorPluginCommand
Show file Open project: sourcefabric/newscoop

Protected Methods

Method Description
configure ( )
createGenerator ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

configure() protected method

See also: Command
protected configure ( )

createGenerator() protected method

protected createGenerator ( )

execute() protected method

See also: Command
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

interact() protected method

protected interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface