usergroup_list.php

Go to the documentation of this file.
00001 <?php
00002 
00008 class UserGroup_List extends oxAdminList
00009 {
00010 
00016     protected $_sListClass = 'oxgroups';
00017 
00023     protected $_sDefSortField = "oxtitle";
00024 
00031     public function render()
00032     {
00033 
00034         parent::render();
00035 
00036         return "usergroup_list.tpl";
00037     }
00038 }