Example #1
0
 /**
  * Set the event collection on which this will operate
  *
  * @param  null|Zend_EventManager_EventCollection $events
  * @return void
  */
 public static function setEventCollection(Zend_EventManager_EventCollection $events = null)
 {
     self::$events = $events;
 }