value); if (is_array($this->value)) { return sprintf('%s IN (%s)', $this->column, implode(',', $this->value)); } return ''; } }