2
0
forked from Wavyzz/dolibarr

More complete examples

This commit is contained in:
Laurent Destailleur
2019-04-01 18:39:36 +02:00
parent 5d9a7e0d80
commit c7e4cd7fa1
2 changed files with 3 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ class DolibarrApi
/**
* Function to forge a SQL criteria
*
* @param array $matches Array of found string by regex search
* @param array $matches Array of found string by regex search. Example: "t.ref:like:'SO-%'" or "t.date_creation:<:'20160101'" or "t.nature:is:NULL"
* @return string Forged criteria. Example: "t.field like 'abc%'"
*/
protected static function _forge_criteria_callback($matches)