public function Entry::__construct in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/zendframework/zend-feed/src/Writer/Entry.php \Zend\Feed\Writer\Entry::__construct()
- 8.0 vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Entry.php \Zend\Feed\Writer\Extension\ITunes\Entry::__construct()
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/Writer/Entry.php \Zend\Feed\Writer\Entry::__construct()
Constructor: Primarily triggers the registration of core extensions and loads those appropriate to this data container.
File
- vendor/
zendframework/ zend-feed/ src/ Writer/ Entry.php, line 46
Class
Namespace
Zend\Feed\WriterCode
public function __construct() {
Writer::registerCoreExtensions();
$this
->_loadExtensions();
}