Open Journal Systems  3.3.0
StageParticipantGridCategoryRow Class Reference
Inheritance diagram for StageParticipantGridCategoryRow:
GridCategoryRow GridRow GridBodyElement

Public Member Functions

 __construct ($submission, $stageId)
 
 getCategoryLabel ()
 
 getStageId ()
 
 getSubmission ()
 
- Public Member Functions inherited from GridCategoryRow
 __construct ()
 
 getEmptyCategoryRowText ()
 
 setEmptyCategoryRowText ($emptyCategoryRowText)
 
- Public Member Functions inherited from GridRow
 addAction ($action, $position=GRID_ACTION_POSITION_DEFAULT)
 
 getActions ($position=GRID_ACTION_POSITION_DEFAULT)
 
getData ()
 
 getGridId ()
 
 getIsModified ()
 
 getRequestArgs ()
 
 getTemplate ()
 
 hasActions ()
 
 initialize ($request, $template=null)
 
 setData (&$data)
 
 setGridId ($gridId)
 
 setIsModified ($isModified)
 
 setRequestArgs ($requestArgs)
 
 setTemplate ($template)
 
- Public Member Functions inherited from GridBodyElement
 __construct ($id='', $cellProvider=null, $flags=array())
 
 addFlag ($flag, $value=true)
 
 getCellProvider ()
 
 getFlag ($flag)
 
 getFlags ()
 
 getId ()
 
 hasFlag ($flag)
 
 setCellProvider ($cellProvider)
 
 setId ($id)
 

Data Fields

 $_stageId
 
 $_submission
 
- Data Fields inherited from GridCategoryRow
 $_emptyCategoryRowText = 'grid.noItems'
 
- Data Fields inherited from GridRow
 $_actions = array(GRID_ACTION_POSITION_DEFAULT => array())
 
 $_data
 
 $_gridId
 
 $_isModified
 
 $_requestArgs
 
 $_template
 
- Data Fields inherited from GridBodyElement
 $_cellProvider
 
 $_flags
 
 $_id
 

Detailed Description

Stage participant grid category row definition.

Definition at line 21 of file StageParticipantGridCategoryRow.inc.php.

Constructor & Destructor Documentation

◆ __construct()

StageParticipantGridCategoryRow::__construct (   $submission,
  $stageId 
)

Constructor

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

Member Function Documentation

◆ getCategoryLabel()

StageParticipantGridCategoryRow::getCategoryLabel ( )

Category rows only have one cell and one label. This is it.

Parameters
string$categoryNamereturn string

Reimplemented from GridCategoryRow.

Definition at line 49 of file StageParticipantGridCategoryRow.inc.php.

References GridRow\getData().

◆ getStageId()

StageParticipantGridCategoryRow::getStageId ( )

Get the stage ID for this grid.

Returns
int

Definition at line 69 of file StageParticipantGridCategoryRow.inc.php.

References $_stageId.

◆ getSubmission()

StageParticipantGridCategoryRow::getSubmission ( )

Get the submission for this row (already authorized)

Returns
Submission

Definition at line 61 of file StageParticipantGridCategoryRow.inc.php.

References $_submission.

Field Documentation

◆ $_stageId

int StageParticipantGridCategoryRow::$_stageId

Definition at line 32 of file StageParticipantGridCategoryRow.inc.php.

Referenced by getStageId().

◆ $_submission

Submission StageParticipantGridCategoryRow::$_submission

Definition at line 26 of file StageParticipantGridCategoryRow.inc.php.

Referenced by getSubmission().


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