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

getName() 공개 메소드

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