00001 <?php 00002 00015 import('lib.pkp.classes.controllers.grid.GridCategoryRow'); 00016 00017 class UserGroupGridCategoryRow extends GridCategoryRow { 00018 00022 function UserGroupGridCategoryRow() { 00023 parent::GridCategoryRow(); 00024 } 00025 00026 // 00027 // Overridden methods from GridCategoryRow 00028 // 00029 00034 function getCategoryLabel() { 00035 $data =& $this->getData(); 00036 return __($data['name']); 00037 } 00038 } 00039 ?>
1.7.1