Property | Type | Description | |
---|---|---|---|
$_contextId | integer | ||
$_plugin | CrossRefExportPlugin |
Method | Description | |
---|---|---|
__construct ( $plugin, $contextId ) | Constructor | |
_getContextId ( ) : integer | Get the context ID. | |
_getPlugin ( ) : CrossRefExportPlugin | Get the plugin. | |
execute ( ) | ||
getFormFields ( ) : array | Get form fields | |
initData ( ) | ||
isOptional ( $settingName ) : boolean | Is the form field optional | |
readInputData ( ) |
public __construct ( $plugin, $contextId ) | ||
$plugin | CrossRefExportPlugin | |
$contextId | integer |
public _getPlugin ( ) : CrossRefExportPlugin | ||
return | CrossRefExportPlugin |
public getFormFields ( ) : array | ||
return | array | (field name => field type) |
public isOptional ( $settingName ) : boolean | ||
$settingName | string | |
return | boolean |