PHP Class Newscoop\PluginGeneratorBundle\Command\GeneratorPluginCommand

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

createGenerator() abstract protected méthode

abstract protected createGenerator ( )

getDialogHelper() protected méthode

protected getDialogHelper ( )

getGenerator() protected méthode

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

getSkeletonDirs() protected méthode

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

setGenerator() public méthode

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