Cell provider for columns in a plugin grid. More...
Public Member Functions | |
| getCellActions (&$request, &$row, &$column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getTemplateVarsFromRowColumn (&$row, &$column) | |
| PluginGridCellProvider () | |
Cell provider for columns in a plugin grid.
Definition at line 17 of file PluginGridCellProvider.inc.php.
| PluginGridCellProvider.getCellActions | ( | &$ | request, | |
| &$ | row, | |||
| &$ | column, | |||
| $ | position = GRID_ACTION_POSITION_DEFAULT | |||
| ) |
Definition at line 101 of file PluginGridCellProvider.inc.php.
| PluginGridCellProvider.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 |
Definition at line 33 of file PluginGridCellProvider.inc.php.
| PluginGridCellProvider.PluginGridCellProvider | ( | ) |
Constructor
Definition at line 22 of file PluginGridCellProvider.inc.php.
1.7.1