示例#1
0
文件: Record.php 项目: sigma-z/dive
 /**
  * @return Event\EventDispatcherInterface
  */
 public function getEventDispatcher()
 {
     return $this->_table->getEventDispatcher();
 }