Base class for a cell provider that can retrieve labels from arrays. More...
Public Member Functions | |
| CategoryListbuilderGridCellProvider () | |
| getTemplateVarsFromRowColumn (&$row, $column) | |
Base class for a cell provider that can retrieve labels from arrays.
Definition at line 17 of file CategoryListbuilderGridCellProvider.inc.php.
| CategoryListbuilderGridCellProvider.CategoryListbuilderGridCellProvider | ( | ) |
Constructor
Definition at line 21 of file CategoryListbuilderGridCellProvider.inc.php.
| CategoryListbuilderGridCellProvider.getTemplateVarsFromRowColumn | ( | &$ | row, | |
| $ | column | |||
| ) |
This implementation assumes a simple data element array that has column ids as keys.
| $row | GridRow | |
| $column | GridColumn |
Definition at line 36 of file CategoryListbuilderGridCellProvider.inc.php.
1.7.1