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

Public Member Functions

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

Data Fields

 $_request
 

Detailed Description

Class for a cell provider to display information about payments.

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

Constructor & Destructor Documentation

◆ __construct()

PaymentsGridCellProvider::__construct (   $request)

Constructor.

Parameters
$requestRequest

Definition at line 29 of file PaymentsGridCellProvider.inc.php.

Member Function Documentation

◆ getTemplateVarsFromRowColumn()

PaymentsGridCellProvider::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 45 of file PaymentsGridCellProvider.inc.php.

References DAORegistry\getDAO(), and Application\getPaymentManager().

Field Documentation

◆ $_request

Request PaymentsGridCellProvider::$_request

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


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