PHP 클래스 AuthorGridRow, pkp-lib

상속: extends PKPAuthorGridRow
파일 보기 프로젝트 열기: pkp/pkp-lib

공개 프로퍼티들

프로퍼티 타입 설명
$_readOnly boolean
$_submission Submission *

공개 메소드들

메소드 설명
__construct ( $submission, $readOnly = false ) Constructor
allowedToCreateUser ( PKPRequest $request ) : boolean Determines whether the current user can create user accounts from authors present in the grid.
getRequestArgs ( ) : array Get the base arguments that will identify the data in the grid.
getSubmission ( ) : Submission Get the submission for this row (already authorized)
initialize ( $request, $template = null )
isReadOnly ( ) : boolean Determine if this grid row should be read only.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $submission, $readOnly = false )

allowedToCreateUser() 공개 메소드

Overridden by child grid rows.
public allowedToCreateUser ( PKPRequest $request ) : boolean
$request PKPRequest
리턴 boolean

getRequestArgs() 공개 메소드

Get the base arguments that will identify the data in the grid.
public getRequestArgs ( ) : array
리턴 array

getSubmission() 공개 메소드

Get the submission for this row (already authorized)
public getSubmission ( ) : Submission
리턴 Submission

initialize() 공개 메소드

public initialize ( $request, $template = null )

isReadOnly() 공개 메소드

Determine if this grid row should be read only.
public isReadOnly ( ) : boolean
리턴 boolean

프로퍼티 상세

$_readOnly 공개적으로 프로퍼티

public bool $_readOnly
리턴 boolean

$_submission 공개적으로 프로퍼티

*
public Submission $_submission
리턴 Submission