You are here

public function Helper::getHelperSet in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Helper/Helper.php \Symfony\Component\Console\Helper\Helper::getHelperSet()

Gets the helper set associated with this helper.

Return value

HelperSet A HelperSet instance

Overrides HelperInterface::getHelperSet

1 call to Helper::getHelperSet()
QuestionHelper::writeError in vendor/symfony/console/Helper/QuestionHelper.php
Outputs an error message.

File

vendor/symfony/console/Helper/Helper.php, line 40

Class

Helper
Helper is the base class for all helper classes.

Namespace

Symfony\Component\Console\Helper

Code

public function getHelperSet() {
  return $this->helperSet;
}