コード例 #1
0
ファイル: keywords.php プロジェクト: njorth/marginalia
 function moodle_keyword_service($username)
 {
     global $CFG;
     KeywordService::KeywordService(annotation_globals::get_host(), annotation_globals::get_keyword_service_path(), $username, $CFG->wwwroot);
     $this->tablePrefix = $CFG->prefix;
 }