class QuestionHelper extends SymfonyQuestionHelper (View source)

Methods

void
writePrompt(OutputInterface $output, Question $question)

{@inheritdoc}

string
ensureEndsWithPunctuation(string $string)

Ensures the given string ends with punctuation.

Details

protected void writePrompt(OutputInterface $output, Question $question)

{@inheritdoc}

Parameters

OutputInterface $output
Question $question

Return Value

void

protected string ensureEndsWithPunctuation(string $string)

Ensures the given string ends with punctuation.

Parameters

string $string

Return Value

string