N98\Util\Console\Helper\IoHelper::getHelperSet PHP Method

getHelperSet() public method

Gets the helper set associated with this helper.
public getHelperSet ( ) : Symfony\Component\Console\Helper\HelperSet
return Symfony\Component\Console\Helper\HelperSet A HelperSet instance
    public function getHelperSet()
    {
        return $this->helperSet;
    }