comparison vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
166 * 166 *
167 * @return string 167 * @return string
168 */ 168 */
169 public function saveXml() 169 public function saveXml()
170 { 170 {
171 return $this->getDomDocument()->saveXml(); 171 return $this->getDomDocument()->saveXML();
172 } 172 }
173 173
174 /** 174 /**
175 * Get the DOMElement representing the items/feed element 175 * Get the DOMElement representing the items/feed element
176 * 176 *