Example #1
0
 public function onSelect(QueryBuilder $query)
 {
     if (!$this->ignore) {
         $query->setWhere($this->fieldName, $this->value);
     }
 }