/** * @see Engine/Streamwide_Engine_Widget#dispatchErrorEvent() */ public function dispatchErrorEvent($code, array $eventParams = null) { return $this->_widget->dispatchErrorEvent($code, $eventParams); }