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

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

공개 메소드들

메소드 설명
setFormGenerator ( DoctrineFormGenerator $formGenerator )
setGenerator ( DoctrineCrudGenerator $generator )

보호된 메소드들

메소드 설명
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDialogHelper ( )
getFormGenerator ( )
getGenerator ( )
getRoutePrefix ( Symfony\Component\Console\Input\InputInterface $input, $entity )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

비공개 메소드들

메소드 설명
generateForm ( $bundle, $entity, $metadata ) Tries to generate forms if they don't exist yet and if we need write operations on entities.
updateRouting ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $bundle, $format, $entity, $prefix )

메소드 상세

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 ( )

getFormGenerator() 보호된 메소드

protected getFormGenerator ( )

getGenerator() 보호된 메소드

protected getGenerator ( )

getRoutePrefix() 보호된 메소드

protected getRoutePrefix ( Symfony\Component\Console\Input\InputInterface $input, $entity )
$input Symfony\Component\Console\Input\InputInterface

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

setFormGenerator() 공개 메소드

public setFormGenerator ( DoctrineFormGenerator $formGenerator )
$formGenerator Sensio\Bundle\GeneratorBundle\Generator\DoctrineFormGenerator

setGenerator() 공개 메소드

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