city)){ if(!$throwExeception){return false; } throw new \InvalidArgumentException("require nation in city"); } return true; } public function test():bool{ $this->checkInputValues(); $this->tested = true; if($this->city['nation'] == 0){ return true; } $this->reason = "공백지가 아닙니다."; return false; } }