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

controllers/grid/plugins/PluginCategoryGridRow.inc.php

00001 <?php
00002 
00015 import('lib.pkp.classes.controllers.grid.GridCategoryRow');
00016 
00017 class PluginCategoryGridRow extends GridCategoryRow {
00018 
00022    function PluginCategoryGridRow() {
00023       parent::GridCategoryRow();
00024    }
00025 
00026    //
00027    // Overridden methods from GridCategoryRow
00028    //
00032    function getCategoryLabel() {
00033       $pluginCategory = $this->getData();
00034       return __("plugins.categories.$pluginCategory");
00035    }
00036 }
00037 
00038 ?>

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