Automattic\WooCommerce\Internal\Admin\Settings\PaymentsProviders

PaymentGateway::__constructpublicWC 1.0

Constructor.

Method of the class: PaymentGateway{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PaymentGateway = new PaymentGateway();
$PaymentGateway->__construct( $proxy );
$proxy(LegacyProxy) (required)
The LegacyProxy instance.

PaymentGateway::__construct() code WC 10.5.0

public function __construct( LegacyProxy $proxy ) {
	$this->proxy = $proxy;
}