📝 N°1418 DBObject PHPDoc

This commit is contained in:
Pierre Goiffon
2020-06-17 19:01:41 +02:00
parent 6fa153ae8b
commit 6885d64124

View File

@@ -528,6 +528,8 @@ class DBObjectSearch extends DBSearch
}
/**
* Helper method for IN / NOT IN conditions : values won't be parsed in the expression tree, that will save some time !
*
* @param string $sFilterCode attribute code to use
* @param array $aValues
* @param bool $bPositiveMatch if true will add a IN filter, else a NOT IN