APIv4 - add descriptions to sql functions
[civicrm-core.git] / Civi / Api4 / Query / SqlFunctionMAX.php
index 6e3a880bf4c25ff01b5bbaace24e6938ee045cbe..24ad68af4a58e5e932d7a2d090e0573004e7b974 100644 (file)
@@ -36,4 +36,11 @@ class SqlFunctionMAX extends SqlFunction {
     return ts('Max');
   }
 
+  /**
+   * @return string
+   */
+  public static function getDescription(): string {
+    return ts('The largest value in the grouping.');
+  }
+
 }