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