コード例 #1
0
ファイル: Collection.php プロジェクト: Doability/magento2dev
 /**
  * Prepare static entity fields
  *
  * @return $this
  */
 protected function _prepareStaticFields()
 {
     if ($this->isEnabledFlat()) {
         return $this;
     }
     return parent::_prepareStaticFields();
 }