Overrides Command::setHelperSet
public function setHelperSet(HelperSet $helperSet) : void { if ($this->command instanceof parent) { $this->command ->setHelperSet($helperSet); } parent::setHelperSet($helperSet); }