value)) { return $this->column . ' IN (' . implode(',', $this->value) . ')'; } else { return $this->column . ' IN (' . $this->value . ')'; } } }