PHP Class IssueGridCellProvider, ojs

Inheritance: extends GridCellProvider
Exibir arquivo Open project: pkp/ojs

Public Properties

Property Type Description
$dateFormatShort string

Public Methods

Method Description
__construct ( ) Constructor
getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) : array Get cell actions associated with this row/column combination
getTemplateVarsFromRowColumn ( $row, $column ) : array 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 ( )

getCellActions() public method

Get cell actions associated with this row/column combination
public getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) : array
$row GridRow
$column GridColumn
return array an array of LinkAction instances

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 ) : array
$row GridRow
$column GridColumn
return array

Property Details

$dateFormatShort public_oe property

public string $dateFormatShort
return string