コード例 #1
0
ファイル: by_name.php プロジェクト: tomzx/wikimedia-apibot
 protected function action($settings = array(), $defaults = array())
 {
     if ($this->backend->info->is_available_list($this->modulename)) {
         $this->action = parent::action($settings, $defaults);
     } else {
         throw new ApibotException_InternalError("API module " . $this->modulename . " is unknown at this wiki");
     }
 }