usergroup_list.php

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

Generated on Thu Dec 4 12:04:56 2008 for OXID eShop CE by  doxygen 1.5.5