PHP 클래스 Certificationy\Cli\Command\StartCommand

This is the command to start a new questions set
저자: Vincent Composieux ([email protected])
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: certificationy/certificationy-cli 1 사용 예제들

보호된 메소드들

메소드 설명
askQuestions ( Certificationy\Certification\Set $set, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Ask questions
configure ( )
displayResults ( Certificationy\Certification\Set $set, Symfony\Component\Console\Output\OutputInterface $output ) Returns results
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
path ( null | string $config = null ) : String Returns configuration file path

메소드 상세

askQuestions() 보호된 메소드

Ask questions
protected askQuestions ( Certificationy\Certification\Set $set, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$set Certificationy\Certification\Set A Certificationy questions Set instance
$input Symfony\Component\Console\Input\InputInterface A Symfony Console input instance
$output Symfony\Component\Console\Output\OutputInterface A Symfony Console output instance

configure() 보호된 메소드

protected configure ( )

displayResults() 보호된 메소드

Returns results
protected displayResults ( Certificationy\Certification\Set $set, Symfony\Component\Console\Output\OutputInterface $output )
$set Certificationy\Certification\Set A Certificationy questions Set instance
$output Symfony\Component\Console\Output\OutputInterface A Symfony Console output instance

execute() 보호된 메소드

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

path() 보호된 메소드

Returns configuration file path
protected path ( null | string $config = null ) : String
$config null | string
리턴 String $path The configuration filepath