Base class for a cell provider that can retrieve labels for identification codes. More...
Public Member Functions | |
| getTemplateVarsFromRowColumn (&$row, $column) | |
| IdentificationCodeGridCellProvider () | |
Base class for a cell provider that can retrieve labels for identification codes.
Definition at line 17 of file IdentificationCodeGridCellProvider.inc.php.
| IdentificationCodeGridCellProvider.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 35 of file IdentificationCodeGridCellProvider.inc.php.
| IdentificationCodeGridCellProvider.IdentificationCodeGridCellProvider | ( | ) |
Constructor
Definition at line 21 of file IdentificationCodeGridCellProvider.inc.php.
1.7.1