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=cb74ae1bfd79937f5a6796f82408fd8cbd0645d7;hpb=c2029414cede9e865fe384ff7f102a8e108956fb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index cb74ae1bfd..a6da823118 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -74,12 +74,14 @@ 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. *