PHP Class AuthorGridRow, pkp-lib

Inheritance: extends PKPAuthorGridRow
Datei anzeigen Open project: pkp/pkp-lib

Public Properties

Property Type Description
$_readOnly boolean
$_submission Submission *

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

allowedToCreateUser() public method

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

getRequestArgs() public method

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

getSubmission() public method

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

initialize() public method

public initialize ( $request, $template = null )

isReadOnly() public method

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

Property Details

$_readOnly public_oe property

public bool $_readOnly
return boolean

$_submission public_oe property

*
public Submission $_submission
return Submission