Method | Description | |
---|---|---|
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 |
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 |
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 |
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 |