PHP Class Newscoop\PluginGeneratorBundle\Command\GeneratorPluginCommand

Author: Mark Lewis ([email protected])
Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Show file Open project: sourcefabric/newscoop

Public Methods

Method Description
setGenerator ( Sensio\Bundle\GeneratorBundle\Generator\Generator $generator ) only useful for unit tests

Protected Methods

Method Description
createGenerator ( )
getDialogHelper ( )
getGenerator ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle = null )
getSkeletonDirs ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle = null )

Method Details

createGenerator() abstract protected method

abstract protected createGenerator ( )

getDialogHelper() protected method

protected getDialogHelper ( )

getGenerator() protected method

protected getGenerator ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle = null )
$bundle Symfony\Component\HttpKernel\Bundle\BundleInterface

getSkeletonDirs() protected method

protected getSkeletonDirs ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle = null )
$bundle Symfony\Component\HttpKernel\Bundle\BundleInterface

setGenerator() public method

only useful for unit tests
public setGenerator ( Sensio\Bundle\GeneratorBundle\Generator\Generator $generator )
$generator Sensio\Bundle\GeneratorBundle\Generator\Generator