phpDocumentor

FetchAllCustomerReviewsActions extends AbstractAction

Class FetchAllCustomerReviewsActions

Tags
codeCoverageIgnore

Table of Contents

$textManager  : TextManager
$url  : Url
$languageId  : int
$productRepository  : CustomerProductRepository
$service  : CustomerReviewReadService
__construct()  : mixed
__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.
addProductInformationToDataArray()  : void

Properties

Methods

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

addProductInformationToDataArray()

private addProductInformationToDataArray(array<string|int, mixed> &$data) : void
Parameters
$data : array<string|int, mixed>
Return values
void

Search results