checkInputValues(); $this->tested = true; $srcNationID = $this->nation['nation']; $destNationID = $this->destNation['nation']; if(!\sammo\isNeighbor($srcNationID, $destNationID, false)){ $this->reason = "인접 국가가 아닙니다."; return false; } return true; } }