X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=includes%2Fapi%2FApiBase.php;h=506ff73a41db07aef533701bd31ffcb49fb8c554;hb=53779578b44575ef91feb3fad488f09b52f737d7;hp=4feaac000949375718323c47ba09e2dcea404082;hpb=12313956c58e88b98d4baf722464e09b4a351bf3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 4feaac0009..506ff73a41 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -2745,16 +2745,6 @@ abstract class ApiBase extends ContextSource { return 0; } - /** - * Get the result data array (read-only) - * @deprecated since 1.25, use $this->getResult() methods instead - * @return array - */ - public function getResultData() { - wfDeprecated( __METHOD__, '1.25' ); - return $this->getResult()->getData(); - } - /** * Call wfTransactionalTimeLimit() if this request was POSTed * @since 1.26