PHP Class IssueGalleyGridCellProvider, ojs

Inheritance: extends GridCellProvider
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode 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 méthode

Constructor
public __construct ( )

getTemplateVarsFromRowColumn() public méthode

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
Résultat array