コード例 #1
0
ファイル: Abstract.php プロジェクト: hirentricore/devmagento
 /**
  * Reset collection
  *
  * @return Mage_Eav_Model_Entity_Collection_Abstract
  */
 protected function _reset()
 {
     parent::_reset();
     $this->_selectEntityTypes = array();
     $this->_selectAttributes = array();
     $this->_filterAttributes = array();
     $this->_joinEntities = array();
     $this->_joinAttributes = array();
     $this->_joinFields = array();
     return $this;
 }