Ejemplo n.º 1
0
 public function __construct(array $config)
 {
     parent::__construct($config);
     $this->domain = new ShowBlogDomain($this->config);
     $this->feedDomain = new ShowFeedDomain($this->config);
     $this->responder = new ShowBlogResponder($this->config);
 }
Ejemplo n.º 2
0
 public function __construct(array $config)
 {
     parent::__construct($config);
     $this->domain = new ShowSitemapDomain($config);
     $this->responder = new ShowSitemapResponder($config);
 }