You are here

public function FeedsXPathParserDOMXPath::setConfig in Feeds XPath Parser 7

Same name and namespace in other branches
  1. 6 FeedsXPathParserDOMXPath.inc \FeedsXPathParserDOMXPath::setConfig()

Sets the extended configuration.

Parameters

array $config: The config array.

File

./FeedsXPathParserDOMXPath.inc, line 73
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;
}