コード例 #1
0
ファイル: Price.php プロジェクト: pradeep-wagento/magento2
 /**
  * Retrieve select for flat attribute update
  *
  * @param int $store
  * @return \Magento\Framework\DB\Select|null
  */
 public function getFlatUpdateSelect($store)
 {
     return $this->entityAttributeFactory->create()->getFlatUpdateSelect($this->getAttribute(), $store);
 }
コード例 #2
0
ファイル: Boolean.php プロジェクト: Doability/magento2dev
 /**
  * Retrieve Select For Flat Attribute update
  *
  * @param int $store
  * @return \Magento\Framework\DB\Select|null
  */
 public function getFlatUpdateSelect($store)
 {
     return $this->_eavAttrEntity->create()->getFlatUpdateSelect($this->getAttribute(), $store);
 }