PHP Class ExportPublishedSubmissionsListGridCellProvider, ojs

Inheritance: extends DataObjectGridCellProvider
Mostra file Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$_plugin ImportExportPlugin

Public Methods

Method Description
__construct ( $plugin, $authorizedRoles = null ) Constructor
getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) Get cell actions associated with this row/column combination
getTemplateVarsFromRowColumn ( $row, $column ) Extracts variables for a given column from a data element so that they may be assigned to template before rendering.

Method Details

__construct() public method

Constructor
public __construct ( $plugin, $authorizedRoles = null )

getCellActions() public method

Get cell actions associated with this row/column combination
public getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT )

getTemplateVarsFromRowColumn() public method

Extracts variables for a given column from a data element so that they may be assigned to template before rendering.
public getTemplateVarsFromRowColumn ( $row, $column )

Property Details

$_plugin public_oe property

public ImportExportPlugin $_plugin
return ImportExportPlugin