Mercurial > hg > isophonics-drupal-site
comparison vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.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 |
---|---|
29 } | 29 } |
30 | 30 |
31 /** | 31 /** |
32 * Render Atom Feed Metadata (Source element) | 32 * Render Atom Feed Metadata (Source element) |
33 * | 33 * |
34 * @return \Zend\Feed\Writer\Renderer\Feed\Atom | 34 * @return \Zend\Feed\Writer\Renderer\Feed\AbstractAtom |
35 */ | 35 */ |
36 public function render() | 36 public function render() |
37 { | 37 { |
38 if (! $this->container->getEncoding()) { | 38 if (! $this->container->getEncoding()) { |
39 $this->container->setEncoding('UTF-8'); | 39 $this->container->setEncoding('UTF-8'); |