PHP Class AssignPublicIdentifiersForm, ojs

Inheritance: extends PKPAssignPublicIdentifiersForm
Afficher le fichier Open project: pkp/ojs Class Usage Examples

Méthodes publiques

Свойство Type Description
$_formParams Parameters to configure the form template.

Méthodes publiques

Méthode Description
__construct ( $template, $pubObject, $approval, $confirmationText, $formParams = null ) Constructor.
fetch ( $request )
getFormParams ( ) : array Get the extra form parameters.

Method Details

__construct() public méthode

Constructor.
public __construct ( $template, $pubObject, $approval, $confirmationText, $formParams = null )
$template string Form template
$pubObject object
$approval boolean
$confirmationText string
$formParams array

fetch() public méthode

public fetch ( $request )

getFormParams() public méthode

Get the extra form parameters.
public getFormParams ( ) : array
Résultat array

Property Details

$_formParams public_oe property

Parameters to configure the form template.
public $_formParams