PHP 클래스 ExportPublishedSubmissionsListGridCellProvider, ojs

상속: extends DataObjectGridCellProvider
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_plugin ImportExportPlugin

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $plugin, $authorizedRoles = null )

getCellActions() 공개 메소드

Get cell actions associated with this row/column combination
public getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT )

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 )

프로퍼티 상세

$_plugin 공개적으로 프로퍼티

public ImportExportPlugin $_plugin
리턴 ImportExportPlugin