Matthias\SymfonyConsoleForm\Bridge\Interaction\CollectionInteractor::askIfContinueToAdd PHP 메소드

askIfContinueToAdd() 개인적인 메소드

private askIfContinueToAdd ( Symfony\Component\Console\Helper\HelperSet $helperSet, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : string
$helperSet Symfony\Component\Console\Helper\HelperSet
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 string
    private function askIfContinueToAdd(HelperSet $helperSet, InputInterface $input, OutputInterface $output)
    {
        return $this->questionHelper($helperSet)->ask($input, $output, new ConfirmationQuestion(Format::forQuestion('Add another entry to this collection?', 'n'), false));
    }