- Patch #700518 by agentrickard: document conjunctions for db_condition().
parent
6c9b682bb6
commit
0597e322ce
|
@ -1386,8 +1386,10 @@ function db_xor() {
|
|||
/**
|
||||
* Returns a new DatabaseCondition, set to the specified conjunction.
|
||||
*
|
||||
* @param
|
||||
* The conjunction (AND, OR, XOR, etc.) to use on conditions.
|
||||
* @param $conjunction
|
||||
* The conjunction to use for query conditions. The following conjunctions are
|
||||
* supported: AND, OR, XOR, IN, NOT IN, BETWEEN, IS NULL, IS NOT NULL,
|
||||
* LIKE.
|
||||
* @return DatabaseCondition
|
||||
*/
|
||||
function db_condition($conjunction) {
|
||||
|
|
Loading…
Reference in New Issue