PHP Class ArticleGalleyGridRow, ojs

Inheritance: extends GridRow
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

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

Méthodes publiques

Méthode Description
__construct ( $submission ) Constructor
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 )

Method Details

__construct() public méthode

Constructor
public __construct ( $submission )
$submission Submission

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 )

Property Details

$_submission public_oe property

*
public Submission $_submission
Résultat Submission