You are here

public function AbstractFeed::getDomDocument in Zircon Profile 8

Same name in this branch
  1. 8 vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php \Zend\Feed\Reader\AbstractFeed::getDomDocument()
  2. 8 vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php \Zend\Feed\Reader\Extension\AbstractFeed::getDomDocument()
  3. 8 vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php \Zend\Feed\Reader\Feed\AbstractFeed::getDomDocument()
Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php \Zend\Feed\Reader\Feed\AbstractFeed::getDomDocument()

Get the DOM

Return value

DOMDocument

1 call to AbstractFeed::getDomDocument()
AbstractFeed::loadExtensions in vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php

File

vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php, line 149

Class

AbstractFeed

Namespace

Zend\Feed\Reader\Feed

Code

public function getDomDocument() {
  return $this->domDocument;
}