PHP 클래스 Newscoop\PluginGeneratorBundle\Command\GeneratorPluginCommand

저자: Mark Lewis ([email protected])
상속: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
setGenerator ( Sensio\Bundle\GeneratorBundle\Generator\Generator $generator ) only useful for unit tests

보호된 메소드들

메소드 설명
createGenerator ( )
getDialogHelper ( )
getGenerator ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle = null )
getSkeletonDirs ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle = null )

메소드 상세

createGenerator() 추상적인 보호된 메소드

abstract protected createGenerator ( )

getDialogHelper() 보호된 메소드

protected getDialogHelper ( )

getGenerator() 보호된 메소드

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

getSkeletonDirs() 보호된 메소드

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

setGenerator() 공개 메소드

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