예제 #1
0
 public function setActionStatusByPluginKey($pluginKey, $status)
 {
     $this->actionDao->setStatusByPluginKey($pluginKey, $status);
 }