PHP Class ReviewFormElementGridCellProvider, pkp-lib

Inheritance: extends GridCellProvider
Datei anzeigen Open project: pkp/pkp-lib

Public Methods

Method Description
__construct ( ) Constructor
getTemplateVarsFromRowColumn ( $row, $column ) : array Extracts variables for a given column from a data element so that they may be assigned to template before rendering.

Method Details

__construct() public method

Constructor
public __construct ( )

getTemplateVarsFromRowColumn() public method

Extracts variables for a given column from a data element so that they may be assigned to template before rendering.
public getTemplateVarsFromRowColumn ( $row, $column ) : array
$row GridRow
$column GridColumn
return array