You are here

public property PaymentMethodController::$name in Payment 7

The machine name.

This will be set by payment_method_controller_load_multiple() as a shorthand for get_class($payment_method_controller).

Type: string

See also

payment_method_controller_load_multiple()

File

./payment.classes.inc, line 812
The API and related functions for executing and managing payments.

Class

PaymentMethodController
A payment method controller, e.g. the logic behind a payment method.

Code

public $name = '';