MagicPaymentMethod
Table of Contents
Constants
-
BASE_CLASS
= 'WC_Payment_Gateway_Stripe_'
Properties
-
$name
: string
-
$payment_method
: mixed
Methods
-
__call()
: void
-
__construct()
: mixed
-
__get()
: mixed
-
initialize_payment_gateway()
: mixed
BASE_CLASS
public
mixed
BASE_CLASS
= 'WC_Payment_Gateway_Stripe_'
$name
protected
string
$name
$payment_method
protected
mixed
$payment_method
__call()
public
__call(mixed $name, mixed $arguments) : void
Parameters
-
$name
: mixed
-
-
$arguments
: mixed
-
__construct()
public
__construct(mixed $name) : mixed
Parameters
-
$name
: mixed
-
__get()
public
__get(mixed $name) : mixed
Parameters
-
$name
: mixed
-
initialize_payment_gateway()
private
initialize_payment_gateway() : mixed