value)) { $this->query->eq(Task::TABLE.'.project_id', 0); } else { $this->query->in(Task::TABLE.'.project_id', $this->value); } return $this; } }