column); if ($value === null) { return; } $this->value = $value; return $this->buildCondition($this->column, $this->type, "{$this->value}%"); } public function ilike() { $this->type = 'ilike'; return $this; } }