示例#1
0
 public function onPluginUninstall(OW_Event $e)
 {
     $params = $e->getParams();
     if ($params['pluginKey'] == 'newsfeed') {
         return;
     }
     $this->service->removeActionListByPluginKey($params['pluginKey']);
 }