PHP 클래스 Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand

저자: Fabien Potencier ([email protected])
상속: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
setGenerator ( Sensio\Bundle\GeneratorBundle\Generator\BundleGenerator $generator )

보호된 메소드들

메소드 설명
checkAutoloader ( Symfony\Component\Console\Output\OutputInterface $output, $namespace, $bundle, $dir )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDialogHelper ( )
getGenerator ( )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
updateKernel ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\HttpKernel\KernelInterface $kernel, $namespace, $bundle )
updateRouting ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $bundle, $format )

메소드 상세

checkAutoloader() 보호된 메소드

protected checkAutoloader ( Symfony\Component\Console\Output\OutputInterface $output, $namespace, $bundle, $dir )
$output Symfony\Component\Console\Output\OutputInterface

configure() 보호된 메소드

또한 보기: Command
protected configure ( )

execute() 보호된 메소드

또한 보기: Command
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getDialogHelper() 보호된 메소드

protected getDialogHelper ( )

getGenerator() 보호된 메소드

protected getGenerator ( )

interact() 보호된 메소드

protected interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

setGenerator() 공개 메소드

public setGenerator ( Sensio\Bundle\GeneratorBundle\Generator\BundleGenerator $generator )
$generator Sensio\Bundle\GeneratorBundle\Generator\BundleGenerator

updateKernel() 보호된 메소드

protected updateKernel ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\HttpKernel\KernelInterface $kernel, $namespace, $bundle )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$kernel Symfony\Component\HttpKernel\KernelInterface

updateRouting() 보호된 메소드

protected updateRouting ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $bundle, $format )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface