riskLevel = $riskLevel; } public function hasRisk() { return $this->riskLevel == RiskLevel::REJECT || $this->riskLevel == RiskLevel::REVIEW; } }