comparison vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php @ 2:5311817fb629

Theme updates
author Chris Cannam
date Tue, 10 Jul 2018 13:19:18 +0000
parents c75dbcec494b
children a9cd425dd02b
comparison
equal deleted inserted replaced
1:0b0e5f3b1e83 2:5311817fb629
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 *