oxicountryaware.php

Go to the documentation of this file.
00001 <?php
00002 
00006 interface oxICountryAware
00007 {
00008 
00014     public function setCountry(oxCountry $oCountry);
00015 
00021     public function getCountry();
00022 }