Mercurial > hg > cmmr2012-drupal-site
comparison vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
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; |