PHP 클래스 RCP_Payment_Gateway_PayPal_Pro, restrict-content-pro

부터: 2.1
상속: extends RCP_Payment_Gateway
파일 보기 프로젝트 열기: restrictcontentpro/restrict-content-pro

보호된 프로퍼티들

프로퍼티 타입 설명
$password
$signature
$username

공개 메소드들

메소드 설명
fields ( ) : string Add credit card form
init ( ) Get things going
process_signup ( ) Process registration
process_webhooks ( ) Process webhooks
validate_fields ( ) Validate additional fields during registration submission

메소드 상세

fields() 공개 메소드

Add credit card form
부터: 2.1
public fields ( ) : string
리턴 string

init() 공개 메소드

Get things going
부터: 2.1
public init ( )

process_signup() 공개 메소드

Process registration
부터: 2.1
public process_signup ( )

process_webhooks() 공개 메소드

Process webhooks
부터: 2.1
public process_webhooks ( )

validate_fields() 공개 메소드

Validate additional fields during registration submission
부터: 2.1
public validate_fields ( )

프로퍼티 상세

$password 보호되어 있는 프로퍼티

protected $password

$signature 보호되어 있는 프로퍼티

protected $signature

$username 보호되어 있는 프로퍼티

protected $username