Eccube\Entity\Order::getCountry PHP Method

getCountry() public method

Get Country
public getCountry ( ) : Eccube\Entity\Master\Country
return Eccube\Entity\Master\Country
    public function getCountry()
    {
        return $this->Country;
    }