示例#1
0
 protected function init()
 {
     $origDispatcher = $this->eventDispatcher;
     parent::init();
     if ($origDispatcher) {
         $this->eventDispatcher = $origDispatcher;
     }
 }