Documentation

ProductUpdateService
in package

Table of Contents

Properties

$auth  : AuthComponent
$countryRepository  : CountryRepository
$countryVatTypeRepository  : CountryVatTypeRepository
$currencyRepository  : CurrencyRepository
$productRepository  : ProductRepository
$productService  : ProductService
$request  : Request
$vatTypeRepository  : VatTypeRepository

Methods

__construct()  : mixed
updateProduct()  : array<string|int, mixed>
Update product by productId
updateProductByUserAndProduct()  : mixed
getFormMeta()  : stdClass

Properties

Methods

__construct()

public __construct(Request $request, AuthComponent $auth, ProductService $productService, ProductRepository $productRepository, CountryRepository $countryRepository, CurrencyRepository $currencyRepository, VatTypeRepository $vatTypeRepository) : mixed
Parameters
$request : Request
$auth : AuthComponent
$productService : ProductService
$productRepository : ProductRepository
$countryRepository : CountryRepository
$currencyRepository : CurrencyRepository
$vatTypeRepository : VatTypeRepository

        
On this page

Search results