|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getTemplateVarsFromRowColumn ($row, $column) | |
Public Member Functions inherited from GridCellProvider | |
| __construct () | |
| render ($request, $row, $column) | |
Provide information about plugins to the plugin gallery grid handler.
Definition at line 18 of file PluginGalleryGridCellProvider.inc.php.
| PluginGalleryGridCellProvider::getCellActions | ( | $request, | |
| $row, | |||
| $column, | |||
$position = GRID_ACTION_POSITION_DEFAULT |
|||
| ) |
Get cell actions associated with this row/column combination
| $row | GridRow |
| $column | GridColumn |
Reimplemented from GridCellProvider.
Definition at line 71 of file PluginGalleryGridCellProvider.inc.php.
| PluginGalleryGridCellProvider::getTemplateVarsFromRowColumn | ( | $row, | |
| $column | |||
| ) |
Extracts variables for a given column from a data element so that they may be assigned to template before rendering.
| $row | GridRow |
| $column | GridColumn |
Reimplemented from GridCellProvider.
Definition at line 27 of file PluginGalleryGridCellProvider.inc.php.