Mercurial > hg > isophonics-drupal-site
comparison vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
117 | 117 |
118 /** | 118 /** |
119 * Set the XPath query | 119 * Set the XPath query |
120 * | 120 * |
121 * @param DOMXPath $xpath | 121 * @param DOMXPath $xpath |
122 * @return AbstractEntry | 122 * @return AbstractFeed |
123 */ | 123 */ |
124 public function setXpath(DOMXPath $xpath = null) | 124 public function setXpath(DOMXPath $xpath = null) |
125 { | 125 { |
126 if (null === $xpath) { | 126 if (null === $xpath) { |
127 $this->xpath = null; | 127 $this->xpath = null; |