Open Journal Systems  3.3.0
PubIdExportSubmissionsListGridCellProvider Class Reference
Inheritance diagram for PubIdExportSubmissionsListGridCellProvider:
ExportPublishedSubmissionsListGridCellProvider DataObjectGridCellProvider GridCellProvider

Public Member Functions

 __construct ($plugin, $authorizedRoles=null)
 
 getTemplateVarsFromRowColumn ($row, $column)
 
- Public Member Functions inherited from ExportPublishedSubmissionsListGridCellProvider
 getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT)
 
- Public Member Functions inherited from DataObjectGridCellProvider
 getLocale ()
 
 setLocale ($locale)
 
- Public Member Functions inherited from GridCellProvider
 __construct ()
 
 render ($request, $row, $column)
 

Additional Inherited Members

- Data Fields inherited from ExportPublishedSubmissionsListGridCellProvider
 $_plugin
 
- Data Fields inherited from DataObjectGridCellProvider
 $_locale = null
 

Detailed Description

Class for a cell provider that can retrieve labels from submissions with pub ids.

Definition at line 19 of file PubIdExportSubmissionsListGridCellProvider.inc.php.

Constructor & Destructor Documentation

◆ __construct()

PubIdExportSubmissionsListGridCellProvider::__construct (   $plugin,
  $authorizedRoles = null 
)

Member Function Documentation

◆ getTemplateVarsFromRowColumn()

PubIdExportSubmissionsListGridCellProvider::getTemplateVarsFromRowColumn (   $row,
  $column 
)

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

This implementation assumes an element that is a DataObject. It will retrieve an element in the configured locale.

See also
GridCellProvider::getTemplateVarsFromRowColumn()
Parameters
$rowGridRow
$columnGridColumn
Returns
array

Reimplemented from ExportPublishedSubmissionsListGridCellProvider.

Definition at line 30 of file PubIdExportSubmissionsListGridCellProvider.inc.php.


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