usergroup_list.php

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