Open Monograph Press  3.3.0
StaticPageGridCellProvider Class Reference
Inheritance diagram for StaticPageGridCellProvider:
GridCellProvider

Public Member Functions

 getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT)
 
 getTemplateVarsFromRowColumn ($row, $column)
 
- Public Member Functions inherited from GridCellProvider
 __construct ()
 
 render ($request, $row, $column)
 

Detailed Description

Class for a cell provider to display information about static pages.

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

Member Function Documentation

◆ getCellActions()

StaticPageGridCellProvider::getCellActions (   $request,
  $row,
  $column,
  $position = GRID_ACTION_POSITION_DEFAULT 
)

Get cell actions associated with this row/column combination

Parameters
$rowGridRow
$columnGridColumn
$positionint GRID_ACTION_POSITION_...
Returns
array an array of LinkAction instances

Reimplemented from GridCellProvider.

Definition at line 31 of file StaticPageGridCellProvider.inc.php.

◆ getTemplateVarsFromRowColumn()

StaticPageGridCellProvider::getTemplateVarsFromRowColumn (   $row,
  $column 
)

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

Parameters
$rowGridRow
$columnGridColumn
Returns
array

Reimplemented from GridCellProvider.

Definition at line 57 of file StaticPageGridCellProvider.inc.php.


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