Open Journal Systems  3.3.0
NullGridCellProvider Class Reference
Inheritance diagram for NullGridCellProvider:
GridCellProvider

Public Member Functions

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

Detailed Description

Class to return null when render method is called by a grid handler. Use this when you want to create a column with no content at all (for layout purposes using flags, for example).

Definition at line 20 of file NullGridCellProvider.inc.php.

Member Function Documentation

◆ render()

NullGridCellProvider::render (   $request,
  $row,
  $column 
)
See also
GridCellProvider::render()

Reimplemented from GridCellProvider.

Definition at line 28 of file NullGridCellProvider.inc.php.


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