Example #1
0
File: Wrapper.php Project: cwcw/cms
 /**
  * @see Engine/Streamwide_Engine_Widget#dispatchErrorEvent()
  */
 public function dispatchErrorEvent($code, array $eventParams = null)
 {
     return $this->_widget->dispatchErrorEvent($code, $eventParams);
 }