Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / api / ApiQueryDisabled.php
index cf0d841..e1c97e1 100644 (file)
@@ -41,20 +41,10 @@ class ApiQueryDisabled extends ApiQueryBase {
        }
 
        public function getAllowedParams() {
-               return array();
+               return [];
        }
 
-       public function getParamDescription() {
-               return array();
-       }
-
-       public function getDescription() {
-               return array(
-                       'This module has been disabled.'
-               );
-       }
-
-       public function getExamples() {
-               return array();
+       public function getDescriptionMessage() {
+               return 'apihelp-query+disabled-description';
        }
 }