コード例 #1
0
ファイル: Collection.php プロジェクト: aiesh/magento2
 /**
  * Sets flag for customer info loading on load
  *
  * @return $this
  */
 protected function _initSelect()
 {
     parent::_initSelect();
     $this->showCustomerInfo(true)->addSubscriberTypeField()->showStoreInfo();
     return $this;
 }