ResumeOrders::__construct PHP Method

__construct() public method

public __construct ( $skipInventoryCheck = null )
        public function __construct($skipInventoryCheck = null)
        {
            parent::__construct();
            $this->skipInventoryCheck = $skipInventoryCheck;
        }

Usage Example

 public function __construct($OrderActionType = NULL)
 {
     parent::__construct();
     $this->OrderActionType = $OrderActionType;
 }
All Usage Examples Of ResumeOrders::__construct