You are here

public function AbstractEntry::getDomDocument in Zircon Profile 8

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

Get the DOM

Return value

DOMDocument

1 call to AbstractEntry::getDomDocument()
AbstractEntry::getXpath in vendor/zendframework/zend-feed/src/Reader/Entry/AbstractEntry.php
Get the XPath query object

File

vendor/zendframework/zend-feed/src/Reader/Entry/AbstractEntry.php, line 89

Class

AbstractEntry

Namespace

Zend\Feed\Reader\Entry

Code

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