Example #1
0
File: Wrapper.php Project: cwcw/cms
 /**
  * @see Engine/Streamwide_Engine_Widget#isAllowedEventType()
  */
 public function isAllowedEventType($eventType)
 {
     return $this->_widget->isAllowedEventType($eventType);
 }