Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
Collection.php
Go to the documentation of this file.
1 <?php
13 
14 class Collection extends \Magento\Newsletter\Model\ResourceModel\Problem\Collection
15 {
22  protected function _initSelect()
23  {
24  parent::_initSelect();
25  $this->addSubscriberInfo()->addQueueInfo();
26  return $this;
27  }
28 }