country_list.php

Go to the documentation of this file.
00001 <?php
00002 
00007 class Country_List extends oxAdminList
00008 {
00014     protected $_sListClass = 'oxcountry';
00015 
00021     protected $_sDefSort = 'oxcountry.oxactive';
00022 
00028     protected $_blDesc = false;
00029 
00030 
00037     public function render()
00038     {
00039 
00040         parent::render();
00041         return "country_list.tpl";
00042     }
00043 }

Generated on Thu Dec 4 12:04:55 2008 for OXID eShop CE by  doxygen 1.5.5