OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxicountryaware.php
Go to the documentation of this file.
1 <?php
2 
6 interface oxICountryAware
7 {
8 
14  public function setCountry(oxCountry $oCountry);
15 
21  public function getCountry();
22 }