PHP 클래스 TocGridCellProvider, ojs

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

공개 메소드들

메소드 설명
__construct ( $translate = false ) Constructor
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 ( $translate = false )

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