• Main Page
  • Modules
  • Classes
  • Files
  • File List

controllers/grid/settings/roles/UserGroupGridCategoryRow.inc.php

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 ?>

Generated on Mon Sep 17 2012 13:58:56 for Open Monograph Press by  doxygen 1.7.1