PHP 클래스 PayPalPlugin, ojs

상속: extends PaymethodPlugin
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

displayPaymentForm() 공개 메소드

Display the payment form
public displayPaymentForm ( $queuedPaymentId, $queuedPayment, $request )
$queuedPaymentId int
$queuedPayment QueuedPayment
$request PKPRequest

displayPaymentSettingsForm() 공개 메소드

Display the settings form
public displayPaymentSettingsForm ( &$params, &$smarty )
$params
$smarty Smarty

getDescription() 공개 메소드

Get a description of the plugin
public getDescription ( ) : String
리턴 String

getDisplayName() 공개 메소드

Get the Plugin's display name
public getDisplayName ( ) : String
리턴 String

getInstallEmailTemplateDataFile() 공개 메소드

또한 보기: getInstallEmailTemplateDataFile

getInstallEmailTemplatesFile() 공개 메소드

또한 보기: getIntsallEmailTemplatesFile

getInstallSchemaFile() 공개 메소드

또한 보기: Plugin::getInstallSchemaFile

getName() 공개 메소드

Get the Plugin's internal name
public getName ( ) : String
리턴 String

getSettingsFormFieldNames() 공개 메소드

Get an array of the fields in the settings form
public getSettingsFormFieldNames ( ) : array
리턴 array

handle() 공개 메소드

Handle incoming requests/notifications
public handle ( $args, $request )
$args array
$request PKPRequest

isConfigured() 공개 메소드

Check if plugin is configured and ready for use
public isConfigured ( ) : boolean
리턴 boolean

isCurlInstalled() 공개 메소드

return if required Curl is installed
public isCurlInstalled ( ) : boolean
리턴 boolean

register() 공개 메소드

Register plugin
public register ( $category, $path ) : boolean
리턴 boolean