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