You are here

public function FeedsClientsParser::parse in Web Service Clients 6

Same name and namespace in other branches
  1. 7 clients/clients_feeds/FeedsClientsParser.inc \FeedsClientsParser::parse()

Parses a raw string and returns a Feed object from it.

Overrides FeedsParser::parse

File

clients/clients_feeds/FeedsClientsParser.inc, line 16
Parser for clients. Contains source selector @todo work out how to make source selector work in fetcher

Class

FeedsClientsParser
Class definition for Common Syndication Parser.

Code

public function parse(FeedsImportBatch $batch, FeedsSource $source) {
  return $batch;
}