Automattic\WooCommerce\Blocks\Payments\Integrations
PayPal::__construct
Constructor
Method of the class: PayPal{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$PayPal = new PayPal(); $PayPal->__construct( $asset_api );
- $asset_api(Api) (required)
- An instance of Api.
PayPal::__construct() PayPal:: construct code WC 9.9.4
public function __construct( Api $asset_api ) { $this->asset_api = $asset_api; }