PHP Class PaymethodPlugin, ojs

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

Public Methods

Method Description
__construct ( ) Constructor
_smartyDisplayPaymentSettingsForm ( $hookName, $args ) This is a hook wrapper that is responsible for calling displayPaymentSettingsForm. Subclasses should override displayPaymentSettingsForm as necessary.
register ( $category, $path ) : boolean Called as a plugin is registered to the registry. Subclasses over- riding this method should call the parent method first.

Method Details

__construct() public method

Constructor
public __construct ( )

_smartyDisplayPaymentSettingsForm() public method

This is a hook wrapper that is responsible for calling displayPaymentSettingsForm. Subclasses should override displayPaymentSettingsForm as necessary.
public _smartyDisplayPaymentSettingsForm ( $hookName, $args )
$hookName string
$args array

register() public method

Called as a plugin is registered to the registry. Subclasses over- riding this method should call the parent method first.
public register ( $category, $path ) : boolean
$category String Name of category plugin was registered to
$path String The path the plugin was found in
return boolean True iff plugin initialized successfully; if false, the plugin will not be registered.