OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
usergroup_list.php
Go to the documentation of this file.
1 <?php
2 
9 {
15  protected $_sListClass = 'oxgroups';
16 
22  protected $_sDefSortField = "oxtitle";
23 
30  public function render()
31  {
32 
34  return "usergroup_list.tpl";
35  }
36 }