You are here

public function Command::getHelperSet in Zircon Profile 8

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

Gets the helper set.

Return value

HelperSet A HelperSet instance

File

vendor/symfony/console/Command/Command.php, line 109

Class

Command
Base class for all commands.

Namespace

Symfony\Component\Console\Command

Code

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