You are here

protected property AbstractFeed::$domDocument in Zircon Profile 8

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

Parsed feed data in the shape of a DOMDocument

Type: DOMDocument

File

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

Class

AbstractFeed

Namespace

Zend\Feed\Reader\Feed

Code

protected $domDocument = null;