Mercurial > hg > isophonics-drupal-site
comparison vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/AtomDeleted.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 7a779792577d |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
30 } | 30 } |
31 | 31 |
32 /** | 32 /** |
33 * Render atom entry | 33 * Render atom entry |
34 * | 34 * |
35 * @return \Zend\Feed\Writer\Renderer\Entry\Atom | 35 * @return \Zend\Feed\Writer\Renderer\Entry\AtomDeleted |
36 */ | 36 */ |
37 public function render() | 37 public function render() |
38 { | 38 { |
39 $this->dom = new DOMDocument('1.0', $this->container->getEncoding()); | 39 $this->dom = new DOMDocument('1.0', $this->container->getEncoding()); |
40 $this->dom->formatOutput = true; | 40 $this->dom->formatOutput = true; |