CodeExplorer queryOpBoolean example
class FilterBooleanOperatorDefaultTest extends BooleanOperator
{ /**
* {@inheritdoc}
*/
public function query() { $this->
ensureMyTable();
$field = "
$this->tableAlias.
$this->realField";
$this->
queryOpBoolean($field);
}}