PHP 클래스 WC_Payment_Token_CC

Representation of a payment token for credit cards.
부터: 2.6.0
저자: WooThemes
상속: extends WC_Payment_Token
파일 보기 프로젝트 열기: woocommerce/woocommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$type

공개 메소드들

메소드 설명
get_card_type ( string $context = 'view' ) : string Returns the card type (mastercard, visa, .
get_display_name ( string $context = 'view' ) : string Get type to display to user.
get_expiry_month ( string $context = 'view' ) : string Returns the card expiration month (MM).
get_expiry_year ( string $context = 'view' ) : string Returns the card expiration year (YYYY).
get_last4 ( string $context = 'view' ) : string Returns the last four digits.
set_card_type ( string $type ) Set the card type (mastercard, visa, .
set_expiry_month ( string $month ) Set the expiration month for the card (formats into MM format).
set_expiry_year ( string $year ) Set the expiration year for the card (YYYY format).
set_last4 ( string $last4 ) Set the last four digits.
validate ( ) : boolean Validate credit card payment tokens.

보호된 메소드들

메소드 설명
get_hook_prefix ( ) Hook prefix

메소드 상세

get_card_type() 공개 메소드

..).
부터: 2.6.0
public get_card_type ( string $context = 'view' ) : string
$context string
리턴 string Card type

get_display_name() 공개 메소드

Get type to display to user.
부터: 2.6.0
public get_display_name ( string $context = 'view' ) : string
$context string
리턴 string

get_expiry_month() 공개 메소드

Returns the card expiration month (MM).
부터: 2.6.0
public get_expiry_month ( string $context = 'view' ) : string
$context string
리턴 string Expiration month

get_expiry_year() 공개 메소드

Returns the card expiration year (YYYY).
부터: 2.6.0
public get_expiry_year ( string $context = 'view' ) : string
$context string
리턴 string Expiration year

get_hook_prefix() 보호된 메소드

Hook prefix
부터: 2.7.0
protected get_hook_prefix ( )

get_last4() 공개 메소드

Returns the last four digits.
부터: 2.6.0
public get_last4 ( string $context = 'view' ) : string
$context string
리턴 string Last 4 digits

set_card_type() 공개 메소드

..).
부터: 2.6.0
public set_card_type ( string $type )
$type string

set_expiry_month() 공개 메소드

Set the expiration month for the card (formats into MM format).
부터: 2.6.0
public set_expiry_month ( string $month )
$month string

set_expiry_year() 공개 메소드

Set the expiration year for the card (YYYY format).
부터: 2.6.0
public set_expiry_year ( string $year )
$year string

set_last4() 공개 메소드

Set the last four digits.
부터: 2.6.0
public set_last4 ( string $last4 )
$last4 string

validate() 공개 메소드

These fields are required by all credit card payment tokens: expiry_month - string Expiration date (MM) for the card expiry_year - string Expiration date (YYYY) for the card last4 - string Last 4 digits of the card card_type - string Card type (visa, mastercard, etc)
부터: 2.6.0
public validate ( ) : boolean
리턴 boolean True if the passed data is valid

프로퍼티 상세

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

protected $type