X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryAllLinks.php;h=903dee42d4baae47f969c5b708f06a06797f8636;hb=056cad90bf143334ecef23fadad346bba03c7e51;hp=61bc90e5f9539230255dc9acdd3eed2178e5cf78;hpb=19a38526f390cfdc6a6061cc055fc7f13167bf03;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryAllLinks.php b/includes/api/ApiQueryAllLinks.php index 61bc90e5f9..903dee42d4 100644 --- a/includes/api/ApiQueryAllLinks.php +++ b/includes/api/ApiQueryAllLinks.php @@ -334,34 +334,10 @@ class ApiQueryAllLinks extends ApiQueryGeneratorBase { return $paramDescription; } - public function getResultProperties() { - return array( - 'ids' => array( - 'fromid' => 'integer' - ), - 'title' => array( - 'ns' => 'namespace', - 'title' => 'string' - ) - ); - } - public function getDescription() { return $this->description; } - public function getPossibleErrors() { - $m = $this->getModuleName(); - $what = $this->descriptionWhat; - - return array_merge( parent::getPossibleErrors(), array( - array( - 'code' => 'params', - 'info' => "{$m} cannot return corresponding page ids in unique {$what}s mode" - ), - ) ); - } - public function getExamples() { $p = $this->getModulePrefix(); $name = $this->getModuleName();