Public Member Functions

PluginGridCellProvider Class Reference

Cell provider for columns in a plugin grid. More...

Inheritance diagram for PluginGridCellProvider:
GridCellProvider

List of all members.

Public Member Functions

 getCellActions (&$request, &$row, &$column, $position=GRID_ACTION_POSITION_DEFAULT)
 getTemplateVarsFromRowColumn (&$row, &$column)
 PluginGridCellProvider ()

Detailed Description

Cell provider for columns in a plugin grid.

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


Member Function Documentation

PluginGridCellProvider.getCellActions ( &$  request,
&$  row,
&$  column,
position = GRID_ACTION_POSITION_DEFAULT 
)
See also:
GridCellProvider.getCellActions()

Definition at line 101 of file PluginGridCellProvider.inc.php.

PluginGridCellProvider.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 33 of file PluginGridCellProvider.inc.php.

PluginGridCellProvider.PluginGridCellProvider (  ) 

Constructor

Definition at line 22 of file PluginGridCellProvider.inc.php.


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