public &SelectExtender::conditions()
Gets a complete list of all conditions in this conditional clause.
This method returns by reference. That allows alter hooks to access the data structure directly and manipulate it before it gets compiled.
The data structure that is returned is an indexed array of entries, where each entry looks like the following:
array(
'field' => $field,
'value' => $value,
'operator' => $operator,
);
In the special case that $operator is NULL, the $fi