queryOpBoolean example


class FilterBooleanOperatorDefaultTest extends BooleanOperator {

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

}
Home | Imprint | This part of the site doesn't use cookies.