value) || ctype_digit($this->value)) { $this->query->eq(SubtaskModel::TABLE.'.task_id', $this->value); } else { $this->query->ilike(TaskModel::TABLE.'.name', $this->value); } return $this; } }