public function QuestionHelper::getName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Helper/QuestionHelper.php \Symfony\Component\Console\Helper\QuestionHelper::getName()
Returns the canonical name of this helper.
Return value
string The canonical name
Overrides HelperInterface::getName
File
- vendor/
symfony/ console/ Helper/ QuestionHelper.php, line 97
Class
- QuestionHelper
- The QuestionHelper class provides helpers to interact with the user.
Namespace
Symfony\Component\Console\HelperCode
public function getName() {
return 'question';
}