Open Journal Systems  3.3.0
DataObjectGridCellProvider Class Reference
Inheritance diagram for DataObjectGridCellProvider:
GridCellProvider ArticleGalleyGridCellProvider AuthorReviewerGridCellProvider EventLogGridCellProvider ExportPublishedSubmissionsListGridCellProvider PKPAuthorGridCellProvider PubIdExportIssuesListGridCellProvider PubIdExportRepresentationsListGridCellProvider QueriesGridCellProvider QueryNotesGridCellProvider ReviewerGridCellProvider StageParticipantGridCellProvider UserSelectGridCellProvider

Public Member Functions

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

Data Fields

 $_locale = null
 

Detailed Description

Base class for a cell provider that can retrieve simple labels from DataObjects. If you need more complex cell content then you may be better off using a ColumnBasedGridCellProvider.

Cell provider to retrieve the user's name from the stage assignment.

Base class for a cell provider that can retrieve labels for submission contributors.

See also
ColumnBasedGridCellProvider

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

Member Function Documentation

◆ getLocale()

DataObjectGridCellProvider::getLocale ( )

Get the locale

Returns
string

Definition at line 45 of file DataObjectGridCellProvider.inc.php.

References $_locale, and AppLocale\getLocale().

◆ getTemplateVarsFromRowColumn()

◆ setLocale()

DataObjectGridCellProvider::setLocale (   $locale)

Set the locale

Parameters
$localestring

Definition at line 37 of file DataObjectGridCellProvider.inc.php.

Field Documentation

◆ $_locale

string DataObjectGridCellProvider::$_locale = null

the locale to be retrieved.

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

Referenced by getLocale().


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