You are here

public function PayPalPaymentIPNTestPaymentMethodController::__construct in PayPal for Payment 7

Constructs a new instance.

File

paypal_payment_ipn_test/includes/PayPalPaymentIPNTestPaymentMethodController.inc, line 15

Class

PayPalPaymentIPNTestPaymentMethodController
A dummy class that simply implements PayPalPaymentIPNPaymentMethodControllerInterface.

Code

public function __construct() {
  $this->title = __CLASS__;
}