Matthias\SymfonyConsoleForm\Bridge\Interaction\CollectionInteractor::askIfContinueToAdd PHP Method

askIfContinueToAdd() private method

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
return 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));
    }