WC_Gateway_Paypal_Notices::__constructpublicWC 1.0

Constructor.

Method of the class: WC_Gateway_Paypal_Notices{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Gateway_Paypal_Notices = new WC_Gateway_Paypal_Notices();
$WC_Gateway_Paypal_Notices->__construct();

WC_Gateway_Paypal_Notices::__construct() code WC 10.7.0

public function __construct() {
	$this->notices = new PayPalNotices();
}