PHP 클래스 IssueGridCellProvider, ojs

상속: extends GridCellProvider
파일 보기 프로젝트 열기: pkp/ojs

공개 프로퍼티들

프로퍼티 타입 설명
$dateFormatShort string

공개 메소드들

메소드 설명
__construct ( ) Constructor
getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) : array Get cell actions associated with this row/column combination
getTemplateVarsFromRowColumn ( $row, $column ) : array Extracts variables for a given column from a data element so that they may be assigned to template before rendering.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

getCellActions() 공개 메소드

Get cell actions associated with this row/column combination
public getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) : array
$row GridRow
$column GridColumn
리턴 array an array of LinkAction instances

getTemplateVarsFromRowColumn() 공개 메소드

Extracts variables for a given column from a data element so that they may be assigned to template before rendering.
public getTemplateVarsFromRowColumn ( $row, $column ) : array
$row GridRow
$column GridColumn
리턴 array

프로퍼티 상세

$dateFormatShort 공개적으로 프로퍼티

public string $dateFormatShort
리턴 string