public function FeedsXPathParserDOMXPath::setConfig in Feeds XPath Parser 6
Same name and namespace in other branches
- 7 FeedsXPathParserDOMXPath.inc \FeedsXPathParserDOMXPath::setConfig()
Sets the extended configuration.
Parameters
array $config: The config array.
File
- ./
FeedsXPathParserDOMXPath.inc, line 39 - Provides a custom version of DOMXPath for use with feeds_xpathparser.
Class
- FeedsXPathParserDOMXPath
- Wraps DOMXPath providing enhanced debugging and special namespace handling.
Code
public function setConfig(array $config) {
$this->config = $config;
}