Open Journal Systems  3.3.0
TocGridCategoryRow.inc.php
1 <?php
2 
16 import('lib.pkp.classes.controllers.grid.GridCategoryRow');
17 
19 
20  //
21  // Overridden methods from GridCategoryRow
22  //
27  function getCategoryLabel() {
28  $section = $this->getData();
29  return $section->getLocalizedTitle();
30  }
31 }
32 
33 
TocGridCategoryRow\getCategoryLabel
getCategoryLabel()
Definition: TocGridCategoryRow.inc.php:27
GridCategoryRow
Class defining basic operations for handling the category row in a grid.
Definition: GridCategoryRow.inc.php:19
TocGridCategoryRow
System Info grid category row definition.
Definition: TocGridCategoryRow.inc.php:18
GridRow\getData
& getData()
Definition: GridRow.inc.php:131