value instanceof ActiveQuery) { $this->value = $this->value->getBuild()->getQuery($this->value); } else { $this->value = array_filter($this->format($this->value)); if (empty($this->value)) { return ''; } $this->value = implode(',', $this->value); } return '`' . $this->column . '` in(' . $this->value . ')'; } }