Ejemplo n.º 1
0
 /**
  * Before collection load
  *
  * @return $this
  */
 protected function _beforeLoad()
 {
     $this->_eventManager->dispatch($this->_eventPrefix . '_load_before', array($this->_eventObject => $this));
     return parent::_beforeLoad();
 }