PHP 클래스 Sulu\Bundle\GeneratorBundle\Command\GeneratorCommand

상속: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
setGenerator ( 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 ( Generator $generator )
$generator Sulu\Bundle\GeneratorBundle\Generator\Generator