You are here

public function FeedsXPathParserBase::sourceDefaults in Feeds XPath Parser 7

Same name and namespace in other branches
  1. 6 FeedsXPathParserBase.inc \FeedsXPathParserBase::sourceDefaults()

Overrides parent::sourceDefaults().

File

./FeedsXPathParserBase.inc, line 357
Provides the base class for FeedsXPathParserHTML and FeedsXPathParserXML.

Class

FeedsXPathParserBase
Base class for the HTML and XML parsers.

Code

public function sourceDefaults() {
  return array();
}