public function AbstractFeed::getElement in Zircon Profile 8
Same name in this branch
- 8 vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php \Zend\Feed\Reader\AbstractFeed::getElement()
- 8 vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php \Zend\Feed\Reader\Feed\AbstractFeed::getElement()
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php \Zend\Feed\Reader\AbstractFeed::getElement()
Get the DOMElement representing the items/feed element
Return value
DOMElement
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ AbstractFeed.php, line 179
Class
Namespace
Zend\Feed\ReaderCode
public function getElement() {
return $this
->getDomDocument()->documentElement;
}