Exemple #1
0
 /**
  * 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);
 }
Exemple #2
0
 /**
  * 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);
 }