Esempio n. 1
0
 /**
  * Reset left join
  *
  * @param int $limit
  * @param int $offset
  * @return \Magento\Eav\Model\Entity\Collection\AbstractCollection
  */
 protected function _getAllIdsSelect($limit = null, $offset = null)
 {
     $idsSelect = parent::_getAllIdsSelect($limit, $offset);
     $idsSelect->resetJoinLeft();
     return $idsSelect;
 }