PHP Class Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand

Author: Fabien Potencier ([email protected])
Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Show file Open project: pmjones/php-framework-benchmarks Class Usage Examples

Public Methods

Method Description
setGenerator ( Sensio\Bundle\GeneratorBundle\Generator\BundleGenerator $generator )

Protected Methods

Method Description
checkAutoloader ( Symfony\Component\Console\Output\OutputInterface $output, $namespace, $bundle, $dir )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDialogHelper ( )
getGenerator ( )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
updateKernel ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\HttpKernel\KernelInterface $kernel, $namespace, $bundle )
updateRouting ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $bundle, $format )

Method Details

checkAutoloader() protected method

protected checkAutoloader ( Symfony\Component\Console\Output\OutputInterface $output, $namespace, $bundle, $dir )
$output Symfony\Component\Console\Output\OutputInterface

configure() protected method

See also: Command
protected configure ( )

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

getDialogHelper() protected method

protected getDialogHelper ( )

getGenerator() protected method

protected getGenerator ( )

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

setGenerator() public method

public setGenerator ( Sensio\Bundle\GeneratorBundle\Generator\BundleGenerator $generator )
$generator Sensio\Bundle\GeneratorBundle\Generator\BundleGenerator

updateKernel() protected method

protected updateKernel ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\HttpKernel\KernelInterface $kernel, $namespace, $bundle )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$kernel Symfony\Component\HttpKernel\KernelInterface

updateRouting() protected method

protected updateRouting ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $bundle, $format )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface