You are here

public function AbstractFeed::__construct in Zircon Profile 8

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

Constructor: Primarily triggers the registration of core extensions and loads those appropriate to this data container.

File

vendor/zendframework/zend-feed/src/Writer/AbstractFeed.php, line 43

Class

AbstractFeed

Namespace

Zend\Feed\Writer

Code

public function __construct() {
  Writer::registerCoreExtensions();
  $this
    ->_loadExtensions();
}