X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiBase.php;h=76fae6bbc8d66c118204ce314eee2690cebb3c21;hb=9b91df2d48a137c8a7ba086139a96733cc0641ae;hp=13d13a68532896edb0638fefd1d10ef742ad9f61;hpb=e918ede94c1ecfe93426242886d7b493bef91a42;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 13d13a6853..76fae6bbc8 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -74,6 +74,8 @@ abstract class ApiBase extends ContextSource { * - string: Any non-empty string, not expected to be very long or contain newlines. * would be an appropriate HTML form field. * - submodule: The name of a submodule of this module, see PARAM_SUBMODULE_MAP. + * - tags: A string naming an existing, explicitly-defined tag. Should usually be + * used with PARAM_ISMULTI. * - text: Any non-empty string, expected to be very long or contain newlines. *