Open Journal Systems  3.3.0
ReviewFormGridCellProvider Class Reference
Inheritance diagram for ReviewFormGridCellProvider:
GridCellProvider

Public Member Functions

 getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT)
 
 getTemplateVarsFromRowColumn ($row, $column)
 
- Public Member Functions inherited from GridCellProvider
 __construct ()
 
 render ($request, $row, $column)
 

Detailed Description

Subclass for review form column's cell provider.

Definition at line 17 of file ReviewFormGridCellProvider.inc.php.

Member Function Documentation

◆ getCellActions()

ReviewFormGridCellProvider::getCellActions (   $request,
  $row,
  $column,
  $position = GRID_ACTION_POSITION_DEFAULT 
)
See also
GridCellProvider::getCellActions()

Reimplemented from GridCellProvider.

Definition at line 46 of file ReviewFormGridCellProvider.inc.php.

◆ getTemplateVarsFromRowColumn()

ReviewFormGridCellProvider::getTemplateVarsFromRowColumn (   $row,
  $column 
)

Extracts variables for a given column from a data element so that they may be assigned to template before rendering.

Parameters
$rowGridRow
$columnGridColumn
Returns
array

Reimplemented from GridCellProvider.

Definition at line 26 of file ReviewFormGridCellProvider.inc.php.


The documentation for this class was generated from the following file: