APIv4 - add descriptions to sql functions
[civicrm-core.git] / Civi / Api4 / Query / SqlFunctionLEAST.php
index 6317647241de2eea969ca0d1ef45ab2bfe4e6947..bbf903819ef6897160585e0df7cf10983061fa32 100644 (file)
@@ -36,4 +36,11 @@ class SqlFunctionLEAST extends SqlFunction {
     return ts('Least');
   }
 
+  /**
+   * @return string
+   */
+  public static function getDescription(): string {
+    return ts('The smallest of all provided values.');
+  }
+
 }