示例#1
0
 /**
  * After collection load
  *
  * @return Mage_Catalog_Model_Resource_Eav_Mysql4_Category_Collection
  */
 protected function _afterLoad()
 {
     Mage::dispatchEvent($this->_eventPrefix . '_load_after', array($this->_eventObject => $this));
     return parent::_afterLoad();
 }