OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
country_list.php
Go to the documentation of this file.
1 <?php
2 
6 class Country_List extends oxAdminList
7 {
13  protected $_sListClass = 'oxcountry';
14 
20  protected $_sDefSortField = 'oxactive';
21 
27  protected $_blDesc = false;
28 
29 
36  public function render()
37  {
38 
40  return "country_list.tpl";
41  }
42 }