Shopware\Plugin\Services\Install::__construct PHP Method

__construct() public method

public __construct ( Checkout $checkout, ShopwareCli\Services\IoService $ioService )
$checkout Checkout
$ioService ShopwareCli\Services\IoService
    public function __construct(Checkout $checkout, IoService $ioService)
    {
        $this->checkout = $checkout;
        $this->ioService = $ioService;
    }