value)) { return null; } $value = '\'' . implode('\',\'', $this->value) . '\''; return '`' . $this->column . '` not in(' . $value . ')'; } }