column); if ($value === null) { return; } $this->value = is_array($value) ? $value : explode(',', $value); return $this->buildCondition($this->column, $this->value); } }