X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=blobdiff_plain;f=includes%2Fapi%2FApiBase.php;h=a6da823118f66539f90a98c37f6865d8caebe5d1;hb=74174fca253b9a759d7402f09b7fc37d5de0e9be;hp=02720c0acbd26fe165bedfa7266214dca94d2c82;hpb=e57998f5330e8a0c9636c9075ae5fb8e3b72f913;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 02720c0acb..a6da823118 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. *