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. |
|