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

getName() public method

Returns the canonical name of this helper.
public getName ( ) : string
return string The canonical name
    public function getName()
    {
        return self::HELPER_NAME;
    }