Automattic\WooCommerce\Internal\Admin\Settings\PaymentsProviders
PaymentGateway::__construct
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() PaymentGateway:: construct code WC 10.5.0
public function __construct( LegacyProxy $proxy ) {
$this->proxy = $proxy;
}