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