From 5e9d857e97de89dc02843e57692f09aa1a55c1b7 Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 22 Jan 2009 05:25:37 +0000 Subject: [PATCH] web service MDL-12886 rename moodlewsapi.php into moodleexternal.php --- lib/moodlewsapi.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 lib/moodlewsapi.php diff --git a/lib/moodlewsapi.php b/lib/moodlewsapi.php deleted file mode 100644 index e80cf5a0fa..0000000000 --- a/lib/moodlewsapi.php +++ /dev/null @@ -1,43 +0,0 @@ -descriptions = array(); - - } - - /** - * - * @param $functionname - */ - function get_function_webservice_description($functionname) { - if (key_exists($functionname, $this->descriptions)) { - return $this->descriptions[$functionname]; - } - else { - return false; - } - } - - function get_descriptions() { - return $this->descriptions; - } - -} -?> -- 2.39.5