N98\Util\Console\Helper\IoHelper::setHelperSet PHP 메소드

setHelperSet() 공개 메소드

Sets the helper set associated with this helper.
public setHelperSet ( Symfony\Component\Console\Helper\HelperSet $helperSet = null )
$helperSet Symfony\Component\Console\Helper\HelperSet A HelperSet instance
    public function setHelperSet(HelperSet $helperSet = null)
    {
        $this->helperSet = $helperSet;
    }