Open Journal Systems
3.3.0
PluginCategoryGridRow.inc.php
1
<?php
2
16
import
(
'lib.pkp.classes.controllers.grid.GridCategoryRow'
);
17
18
class
PluginCategoryGridRow
extends
GridCategoryRow
{
19
20
//
21
// Overridden methods from GridCategoryRow
22
//
26
function
getCategoryLabel
() {
27
$pluginCategory = $this->
getData
();
28
return
__(
"plugins.categories.$pluginCategory"
);
29
}
30
}
31
32
GridCategoryRow
Class defining basic operations for handling the category row in a grid.
Definition:
GridCategoryRow.inc.php:19
PluginCategoryGridRow\getCategoryLabel
getCategoryLabel()
Definition:
PluginCategoryGridRow.inc.php:26
PluginCategoryGridRow
Plugin category grid row definition.
Definition:
PluginCategoryGridRow.inc.php:18
GridRow\getData
& getData()
Definition:
GridRow.inc.php:131
lib
pkp
controllers
grid
plugins
PluginCategoryGridRow.inc.php
Generated on Fri Aug 28 2020 14:53:13 for Open Journal Systems by
1.8.17