Automattic\WooCommerce\Blocks\Domain\Services
DraftOrders::__construct
Constructor
Method of the class: DraftOrders{}
No Hooks.
Returns
null. Nothing (null).
Usage
$DraftOrders = new DraftOrders(); $DraftOrders->__construct( $package );
- $package(Package) (required)
- An instance of the package class.
DraftOrders::__construct() DraftOrders:: construct code WC 10.8.1
public function __construct( Package $package ) {
$this->package = $package;
}