Property | Type | Description | |
---|---|---|---|
$_contextId | integer | ||
$_plugin | MedraExportPlugin |
Method | 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 ( ) |
public __construct ( $plugin, $contextId ) | ||
$plugin | MedraExportPlugin | |
$contextId | integer |
public _getCountries ( ) : array | ||
return | array |
public _getPlugin ( ) : MedraExportPlugin | ||
return | MedraExportPlugin |
public getFormFields ( ) : array | ||
return | array | (field name => field type) |
public isOptional ( $settingName ) : boolean | ||
$settingName | string | |
return | boolean |