public function FeedsClientsParser::parse in Web Service Clients 7
Same name and namespace in other branches
- 6 clients/clients_feeds/FeedsClientsParser.inc \FeedsClientsParser::parse()
Parses a raw string and returns a Feed object from it.
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;
}