You are here

public function HelperInterface::setHelperSet in Zircon Profile 8

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

Sets the helper set associated with this helper.

Parameters

HelperSet $helperSet A HelperSet instance:

1 method overrides HelperInterface::setHelperSet()
Helper::setHelperSet in vendor/symfony/console/Helper/Helper.php
Sets the helper set associated with this helper.

File

vendor/symfony/console/Helper/HelperInterface.php, line 26

Class

HelperInterface
HelperInterface is the interface all helpers must implement.

Namespace

Symfony\Component\Console\Helper

Code

public function setHelperSet(HelperSet $helperSet = null);