phpDocumentor

UpdateProductOptionsAction extends AbstractAction

Class UpdateProductOptionsAction

Table of Contents

$textManager  : TextManager
$url  : Url
$factory  : ProductOptionFactory
$priceModifyService  : ProductPriceConversionService
$readService  : ProductOptionReadService
$requestParser  : ProductOptionRequestParser
$writeService  : ProductOptionWriteService
__construct()  : mixed
UpdateProductOptionsAction constructor.
__invoke()  : Response
This method will be called in order to process the incoming request.
handle()  : Response
Executes the business logic of the incoming request.
initAbstractAction()  : void
Module action initialization.
translate()  : string
Translates the section phrase.

Properties

Methods

__construct()

UpdateProductOptionsAction constructor.

public __construct(ProductOptionFactory $factory, ProductOptionReadService $readService, ProductOptionWriteService $writeService, ProductPriceConversionService $priceModifyService, ProductOptionRequestParser $requestParser) : mixed
Parameters
$factory : ProductOptionFactory
$readService : ProductOptionReadService
$writeService : ProductOptionWriteService
$priceModifyService : ProductPriceConversionService
$requestParser : ProductOptionRequestParser
Return values
mixed

translate()

Translates the section phrase.

protected translate(string $phrase, string $section[, int|null $languageId = null ]) : string
Parameters
$phrase : string
$section : string
$languageId : int|null = null
Return values
string

Search results