Swiftriver\Core\Modules\SiSPS\Parsers\GoogleNewsParser::ReturnType PHP Method

ReturnType() public method

This method returns a string describing the type of sources it can parse. For example, the RSSParser returns "Feeds".
public ReturnType ( ) : string
return string type of sources parsed
    public function ReturnType()
    {
        return "Google News";
    }