コード例 #1
0
 /**
  * Prepares refresh relation select query for given category_id
  *
  * @return Varien_Db_Select
  * @deprecated since 1.13.0.2
  */
 protected function _getRefreshRelationSelectSql()
 {
     $select = parent::_getRefreshRelationSelectSql();
     $select->where('uk.entity_id IN (?)', $this->_getChangedIds());
     return $select;
 }
 public function __construct(array $args = array())
 {
     parent::__construct($args);
 }