ParserInterface
interface ParserInterface (View source)
Defines an interface for aggregator parser implementations.
A parser converts feed item data to a common format. The parser is called at the second of the three aggregation stages: first, data is downloaded by the active fetcher; second, it is converted to a common format by the active parser; and finally, it is passed to all active processors which manipulate or store the data.
Methods
bool
Details
bool
parse(FeedInterface $feed)
Parses feed data.