OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
usergroup_list.php
Go to the documentation of this file.
1 <?php
2 
9 {
10 
16  protected $_sListClass = 'oxgroups';
17 
23  protected $_sDefSortField = "oxtitle";
24 
31  public function render()
32  {
33 
35 
36  return "usergroup_list.tpl";
37  }
38 }