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

Public Member Functions

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

Data Fields

 $dateFormatShort
 

Detailed Description

Grid cell provider for the issue management grid.

Definition at line 18 of file IssueGridCellProvider.inc.php.

Constructor & Destructor Documentation

◆ __construct()

IssueGridCellProvider::__construct ( )

Constructor

Reimplemented from GridCellProvider.

Definition at line 28 of file IssueGridCellProvider.inc.php.

References PKPApplication\get().

Member Function Documentation

◆ getCellActions()

IssueGridCellProvider::getCellActions (   $request,
  $row,
  $column,
  $position = GRID_ACTION_POSITION_DEFAULT 
)

Get cell actions associated with this row/column combination

Parameters
$rowGridRow
$columnGridColumn
Returns
array an array of LinkAction instances

Reimplemented from GridCellProvider.

Definition at line 39 of file IssueGridCellProvider.inc.php.

◆ getTemplateVarsFromRowColumn()

IssueGridCellProvider::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 68 of file IssueGridCellProvider.inc.php.

Field Documentation

◆ $dateFormatShort

string IssueGridCellProvider::$dateFormatShort

Definition at line 23 of file IssueGridCellProvider.inc.php.


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