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
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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