APIv4 - add descriptions to sql functions
[civicrm-core.git] / Civi / Api4 / Query / SqlFunctionGREATEST.php
index 549e59a3de2fbf1fc6dca20df86785122c44ea83..3874ce4aecb3de34d812e12adaca41cb4cd34127 100644 (file)
@@ -36,4 +36,11 @@ class SqlFunctionGREATEST extends SqlFunction {
     return ts('Greatest');
   }
 
+  /**
+   * @return string
+   */
+  public static function getDescription(): string {
+    return ts('The largest of all provided values.');
+  }
+
 }