PHP Class Sulu\Bundle\GeneratorBundle\Command\GeneratorCommand

Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Show file Open project: sulu/sulu

Public Methods

Method Description
setGenerator ( 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 ( Generator $generator )
$generator Sulu\Bundle\GeneratorBundle\Generator\Generator