You are here

public function DOMXPath::setConfig in Feeds XPath Parser 8

Sets the extended configuration.

Parameters

array $config: The config array.

Overrides DOMXPath::setConfig

1 method overrides DOMXPath::setConfig()
DOMXPath::setConfig in lib/Drupal/feeds_xpathparser/DOMXPath.php
Sets the extended configuration.

File

lib/Drupal/feeds_xpathparser/DOMXPath.php, line 75
Contains \Druapl\feeds_xpathparser\DOMXPath.

Class

DOMXPath
Wraps DOMXPath providing enhanced debugging and special namespace handling.

Namespace

Drupal\feeds_xpathparser

Code

public function setConfig(array $config) {
  $this->config = $config;
}