Swiftriver\Core\Modules\SiSPS\Parsers\FeedsParser::ListSubTypes PHP Method

ListSubTypes() public method

This method returns a string array with the names of all the source types this parser is designed to parse. For example the FeedsParser may return array("Blogs", "News Feeds");
public ListSubTypes ( ) : string[]
return string[]
    public function ListSubTypes()
    {
        return array("Wordpress Blog", "Blogger Blog", "Tumblr Blog", "News Feeds");
    }