PHP Class AssignPublicIdentifiersForm, ojs

Inheritance: extends PKPAssignPublicIdentifiersForm
显示文件 Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$_formParams Parameters to configure the form template.

Public Methods

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

Method Details

__construct() public method

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

fetch() public method

public fetch ( $request )

getFormParams() public method

Get the extra form parameters.
public getFormParams ( ) : array
return array

Property Details

$_formParams public_oe property

Parameters to configure the form template.
public $_formParams