PHP Класс WC_Payment_Token_CC

Representation of a payment token for credit cards.
С версии: 2.6.0
Автор: WooThemes
Наследование: extends WC_Payment_Token
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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