Open Journal Systems  3.3.0
FileDateGridColumn Class Reference
Inheritance diagram for FileDateGridColumn:
GridColumn GridBodyElement

Public Member Functions

 __construct ($includeNotes=true)
 
 _getIncludeNotes ()
 
 _getStageId ()
 
 getTemplateVarsFromRow ($row)
 
- Public Member Functions inherited from GridColumn
 __construct ($id='', $title=null, $titleTranslated=null, $template=null, $cellProvider=null, $flags=array())
 
 getCellActions ($request, $row, $position=GRID_ACTION_POSITION_DEFAULT)
 
 getCellProvider ()
 
 getLocalizedTitle ()
 
 getTemplate ()
 
 getTitle ()
 
 setTemplate ($template)
 
 setTitle ($title)
 
 setTitleTranslated ($titleTranslated)
 
- Public Member Functions inherited from GridBodyElement
 __construct ($id='', $cellProvider=null, $flags=array())
 
 addFlag ($flag, $value=true)
 
 getFlag ($flag)
 
 getFlags ()
 
 getId ()
 
 hasFlag ($flag)
 
 setCellProvider ($cellProvider)
 
 setId ($id)
 

Data Fields

 $_includeNotes
 
- Data Fields inherited from GridColumn
 $_template
 
 $_title
 
 $_titleTranslated
 
- Data Fields inherited from GridBodyElement
 $_cellProvider
 
 $_flags
 
 $_id
 

Detailed Description

Implements a file name column.

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

Constructor & Destructor Documentation

◆ __construct()

FileDateGridColumn::__construct (   $includeNotes = true)

Constructor

Parameters
$includeNotesboolean without the history tab.

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

Member Function Documentation

◆ _getIncludeNotes()

FileDateGridColumn::_getIncludeNotes ( )

Determine whether or not submission note status should be included.

Definition at line 78 of file FileDateGridColumn.inc.php.

References $_includeNotes.

◆ _getStageId()

FileDateGridColumn::_getStageId ( )

Get stage id, if any.

Returns
mixed int or null

Definition at line 86 of file FileDateGridColumn.inc.php.

◆ getTemplateVarsFromRow()

FileDateGridColumn::getTemplateVarsFromRow (   $row)

Method expected by ColumnBasedGridCellProvider to render a cell in this column.

See also
GridCellProvider::getTemplateVarsFromRowColumn()

Definition at line 51 of file FileDateGridColumn.inc.php.

References PKPApplication\get().

Field Documentation

◆ $_includeNotes

boolean FileDateGridColumn::$_includeNotes

Definition at line 24 of file FileDateGridColumn.inc.php.

Referenced by _getIncludeNotes().


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