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

controllers/grid/catalogEntry/RepresentativesGridCategoryRow.inc.php

00001 <?php
00002 
00015 import('lib.pkp.classes.controllers.grid.GridCategoryRow');
00016 
00017 // Link actions
00018 import('lib.pkp.classes.linkAction.request.AjaxModal');
00019 
00020 class RepresentativesGridCategoryRow extends GridCategoryRow {
00021 
00025    function RepresentativesGridCategoryRow() {
00026       parent::GridCategoryRow();
00027    }
00028 
00029    //
00030    // Overridden methods from GridCategoryRow
00031    //
00032 
00037    function getCategoryLabel() {
00038       $data =& $this->getData();
00039       return __($data['name']);
00040    }
00041 }
00042 ?>

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