You are here

function PaymentMethodControllerUnavailable::__construct in Payment 7

File

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

Class

PaymentMethodControllerUnavailable
A payment method controller that essentially disables payment methods.

Code

function __construct() {
  $this->title = t('Unavailable');
}