OXID eShop CE  4.9.7
 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 {
8 
14  protected $_sListClass = 'oxcountry';
15 
21  protected $_sDefSortField = 'oxactive';
22 
28  protected $_blDesc = false;
29 
30 
37  public function render()
38  {
39 
41 
42  return "country_list.tpl";
43  }
44 }