Public Member Functions

NotificationsGridCellProvider Class Reference

Class for a cell provider that can retrieve labels from notifications. More...

Inheritance diagram for NotificationsGridCellProvider:
GridCellProvider

List of all members.

Public Member Functions

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

Detailed Description

Class for a cell provider that can retrieve labels from notifications.

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


Member Function Documentation

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

Get cell actions associated with this row/column combination

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

Definition at line 33 of file NotificationsGridCellProvider.inc.php.

NotificationsGridCellProvider.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 62 of file NotificationsGridCellProvider.inc.php.

NotificationsGridCellProvider.NotificationsGridCellProvider (  ) 

Constructor

Definition at line 23 of file NotificationsGridCellProvider.inc.php.


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