Open Journal Systems  3.3.0
SectionGridCellProvider Class Reference
Inheritance diagram for SectionGridCellProvider:
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

Grid cell provider for section grid.

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

Member Function Documentation

◆ getCellActions()

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

Reimplemented from GridCellProvider.

Definition at line 40 of file SectionGridCellProvider.inc.php.

◆ getTemplateVarsFromRowColumn()

SectionGridCellProvider::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 SectionGridCellProvider.inc.php.


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