public function HelperInterface::setHelperSet in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\HelperCode
public function setHelperSet(HelperSet $helperSet = null);