Public Member Functions

SignoffGridCellProvider Class Reference

Cell provider for name column of a signoff (editor/auditor) grid (i.e. editorial/production). More...

Inheritance diagram for SignoffGridCellProvider:
GridCellProvider

List of all members.

Public Member Functions

 _getLabel (&$signoff)
 getCellActions (&$request, &$row, &$column, $position=GRID_ACTION_POSITION_DEFAULT)
 getTemplateVarsFromRowColumn (&$row, &$column)
 SignoffGridCellProvider ($monographId, $stageId)

Detailed Description

Cell provider for name column of a signoff (editor/auditor) grid (i.e. editorial/production).

Definition at line 17 of file SignoffGridCellProvider.inc.php.


Member Function Documentation

SignoffGridCellProvider._getLabel ( &$  signoff  ) 

Build the cell label from the signoff object

Definition at line 106 of file SignoffGridCellProvider.inc.php.

Referenced by getTemplateVarsFromRowColumn().

SignoffGridCellProvider.getCellActions ( &$  request,
&$  row,
&$  column,
position = GRID_ACTION_POSITION_DEFAULT 
)

Get cell actions associated with this row/column combination Adds a link to the file if there is an uploaded file present

Parameters:
$row GridRow
$column GridColumn
Returns:
array an array of LinkAction instances

Definition at line 51 of file SignoffGridCellProvider.inc.php.

SignoffGridCellProvider.getTemplateVarsFromRowColumn ( &$  row,
&$  column 
)

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

Parameters:
$row GridRow
$column GridColumn
Returns:
array

Definition at line 91 of file SignoffGridCellProvider.inc.php.

References _getLabel().

SignoffGridCellProvider.SignoffGridCellProvider ( monographId,
stageId 
)

Constructor

Definition at line 27 of file SignoffGridCellProvider.inc.php.


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