mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
💡 N°4023 More phpdoc on \DBObjectSearch::AddCondition
This commit is contained in:
@@ -416,6 +416,10 @@ class DBObjectSearch extends DBSearch
|
|||||||
* @param string $sFilterCode
|
* @param string $sFilterCode
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
* @param string $sOpCode operator to use : 'IN', 'NOT IN', 'Contains',' Begins with', 'Finishes with', ...
|
* @param string $sOpCode operator to use : 'IN', 'NOT IN', 'Contains',' Begins with', 'Finishes with', ...
|
||||||
|
* If no operator is specified then :
|
||||||
|
* * for id field we will use "="
|
||||||
|
* * for other fields we will call the corresponding {@link AttributeDefinition::GetSmartConditionExpression} method impl
|
||||||
|
* to generate the expression
|
||||||
* @param bool $bParseSearchString
|
* @param bool $bParseSearchString
|
||||||
*
|
*
|
||||||
* @throws \CoreException
|
* @throws \CoreException
|
||||||
|
|||||||
Reference in New Issue
Block a user