getCountry(int country_id)¶
The getCountry method is used to get a Country object that represents country in the storefront.
Input parameters¶
country_id¶
int Numeric identifier of the country.
Returned value¶
The Country object. If the country is inactive or does not exist, the method returns null.