public function AbstractFeed::getDomDocument in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php \Zend\Feed\Reader\AbstractFeed::getDomDocument()
- 8.0 vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php \Zend\Feed\Reader\Extension\AbstractFeed::getDomDocument()
- 8.0 vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php \Zend\Feed\Reader\Feed\AbstractFeed::getDomDocument()
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php \Zend\Feed\Reader\Extension\AbstractFeed::getDomDocument()
Get the DOM
Return value
DOMDocument
2 calls to AbstractFeed::getDomDocument()
- AbstractFeed::getType in vendor/
zendframework/ zend-feed/ src/ Reader/ Extension/ AbstractFeed.php - Get the feed type
- AbstractFeed::getXpath in vendor/
zendframework/ zend-feed/ src/ Reader/ Extension/ AbstractFeed.php - Get the DOMXPath object
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Extension/ AbstractFeed.php, line 63
Class
Namespace
Zend\Feed\Reader\ExtensionCode
public function getDomDocument() {
return $this->domDocument;
}