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