Method |
Description |
|
__construct ( ) |
Constructor |
|
displayPaymentForm ( $queuedPaymentId, $queuedPayment, $request ) |
Display the payment form |
|
displayPaymentSettingsForm ( &$params, &$smarty ) |
Display the settings form |
|
getDescription ( ) : String |
Get a description of the plugin |
|
getDisplayName ( ) : String |
Get the Plugin's display name |
|
getInstallEmailTemplateDataFile ( ) |
|
|
getInstallEmailTemplatesFile ( ) |
|
|
getInstallSchemaFile ( ) |
|
|
getName ( ) : String |
Get the Plugin's internal name |
|
getSettingsFormFieldNames ( ) : array |
Get an array of the fields in the settings form |
|
handle ( $args, $request ) |
Handle incoming requests/notifications |
|
isConfigured ( ) : boolean |
Check if plugin is configured and ready for use |
|
isCurlInstalled ( ) : boolean |
return if required Curl is installed |
|
register ( $category, $path ) : boolean |
Register plugin |
|