https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112437
Revision: 112437
Author: nikerabbit
Date: 2012-02-26 14:16:53 +0000 (Sun, 26 Feb 2012)
Log Message:
-----------
Added @since annotations
Modified Paths:
--------------
trunk/phase3/includes/api/ApiBase.php
Modified: trunk/phase3/includes/api/ApiBase.php
===================================================================
--- trunk/phase3/includes/api/ApiBase.php 2012-02-26 14:02:54 UTC (rev
112436)
+++ trunk/phase3/includes/api/ApiBase.php 2012-02-26 14:16:53 UTC (rev
112437)
@@ -51,7 +51,9 @@
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
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs