PHP Class MedraSettingsForm, ojs

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

Méthodes publiques

Свойство Type Description
$_contextId integer
$_plugin MedraExportPlugin

Méthodes publiques

Méthode Description
__construct ( $plugin, $contextId ) Constructor
_getContextId ( ) : integer Get the context ID.
_getCountries ( ) : array Return a list of countries eligible as publication countries.
_getPlugin ( ) : MedraExportPlugin Get the plugin.
execute ( )
fetch ( $request ) copydoc Form::fetch()
getFormFields ( ) : array Get form fields
initData ( )
isOptional ( $settingName ) : boolean Is the form field optional
readInputData ( )

Method Details

__construct() public méthode

Constructor
public __construct ( $plugin, $contextId )
$plugin MedraExportPlugin
$contextId integer

_getContextId() public méthode

Get the context ID.
public _getContextId ( ) : integer
Résultat integer

_getCountries() public méthode

Return a list of countries eligible as publication countries.
public _getCountries ( ) : array
Résultat array

_getPlugin() public méthode

Get the plugin.
public _getPlugin ( ) : MedraExportPlugin
Résultat MedraExportPlugin

execute() public méthode

public execute ( )

fetch() public méthode

copydoc Form::fetch()
public fetch ( $request )

getFormFields() public méthode

Get form fields
public getFormFields ( ) : array
Résultat array (field name => field type)

initData() public méthode

public initData ( )

isOptional() public méthode

Is the form field optional
public isOptional ( $settingName ) : boolean
$settingName string
Résultat boolean

readInputData() public méthode

public readInputData ( )

Property Details

$_contextId public_oe property

public int $_contextId
Résultat integer

$_plugin public_oe property

public MedraExportPlugin $_plugin
Résultat MedraExportPlugin