PHP Class AuthorGridRow, pkp-lib

Inheritance: extends PKPAuthorGridRow
Afficher le fichier Open project: pkp/pkp-lib

Méthodes publiques

Свойство Type Description
$_readOnly boolean
$_submission Submission *

Méthodes publiques

Méthode 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 méthode

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

allowedToCreateUser() public méthode

Overridden by child grid rows.
public allowedToCreateUser ( PKPRequest $request ) : boolean
$request PKPRequest
Résultat boolean

getRequestArgs() public méthode

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

getSubmission() public méthode

Get the submission for this row (already authorized)
public getSubmission ( ) : Submission
Résultat Submission

initialize() public méthode

public initialize ( $request, $template = null )

isReadOnly() public méthode

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

Property Details

$_readOnly public_oe property

public bool $_readOnly
Résultat boolean

$_submission public_oe property

*
public Submission $_submission
Résultat Submission