PHP 클래스 PaymethodPlugin, ojs

상속: extends Plugin
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

_smartyDisplayPaymentSettingsForm() 공개 메소드

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() 공개 메소드

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
리턴 boolean True iff plugin initialized successfully; if false, the plugin will not be registered.