You are here

public function Question::isHiddenFallback in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Question/Question.php \Symfony\Component\Console\Question\Question::isHiddenFallback()

In case the response can not be hidden, whether to fallback on non-hidden question or not.

Return value

bool

File

vendor/symfony/console/Question/Question.php, line 97

Class

Question
Represents a Question.

Namespace

Symfony\Component\Console\Question

Code

public function isHiddenFallback() {
  return $this->hiddenFallback;
}