You are here

public function AtomSource::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.php \Zend\Feed\Writer\Renderer\Feed\AtomSource::__construct()

Constructor

Parameters

Writer\Source $container:

Overrides AbstractAtom::__construct

File

vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.php, line 26

Class

AtomSource

Namespace

Zend\Feed\Writer\Renderer\Feed

Code

public function __construct(Writer\Source $container) {
  parent::__construct($container);
}