From: Niklas Laxström Date: Sun, 26 Feb 2012 14:16:53 +0000 (+0000) Subject: Added @since annotations X-Git-Tag: 1.31.0-rc.0~24500 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=53317d179bcbde92d198bf4e64b2bb114dee2f80;p=lhc%2Fweb%2Fwiklou.git Added @since annotations --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index fbdf9716e9..461e2bc333 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -51,7 +51,9 @@ abstract class ApiBase extends ContextSource { const PARAM_MIN = 5; // Lowest value allowed for a parameter. Only applies if TYPE='integer' const PARAM_ALLOW_DUPLICATES = 6; // Boolean, do we allow the same value to be set more than once when ISMULTI=true const PARAM_DEPRECATED = 7; // Boolean, is the parameter deprecated (will show a warning) + /// @since 1.17 const PARAM_REQUIRED = 8; // Boolean, is the parameter required? + /// @since 1.17 const PARAM_RANGE_ENFORCE = 9; // Boolean, if MIN/MAX are set, enforce (die) these? Only applies if TYPE='integer' Use with extreme caution const LIMIT_BIG1 = 500; // Fast query, std user limit