Open Monograph Press  3.3.0
RepresentativesGridCategoryRow.inc.php
1 <?php
2 
16 import('lib.pkp.classes.controllers.grid.GridCategoryRow');
17 
18 // Link actions
19 import('lib.pkp.classes.linkAction.request.AjaxModal');
20 
22 
26  function __construct() {
27  parent::__construct();
28  }
29 
30  //
31  // Overridden methods from GridCategoryRow
32  //
33 
38  function getCategoryLabel() {
39  $data = $this->getData();
40  return __($data['name']);
41  }
42 }
43 
RepresentativesGridCategoryRow
Representatives grid category row definition.
Definition: RepresentativesGridCategoryRow.inc.php:21
GridCategoryRow
Class defining basic operations for handling the category row in a grid.
Definition: GridCategoryRow.inc.php:19
RepresentativesGridCategoryRow\__construct
__construct()
Definition: RepresentativesGridCategoryRow.inc.php:26
RepresentativesGridCategoryRow\getCategoryLabel
getCategoryLabel()
Definition: RepresentativesGridCategoryRow.inc.php:38
GridRow\getData
& getData()
Definition: GridRow.inc.php:131