Shopware\Plugin\Services\Install::__construct PHP Метод

__construct() публичный Метод

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;
    }