ChangePricesActionsItem implements Action
FinalYes
This action is used only for process the request, the `ChangePricesGroupChild` action is used for UI.
Tags
Table of Contents
Interfaces
- Action
- Object of a single panel action.
Methods
- __construct() : mixed
- getControl() : array<string|int, mixed>|null
- Panel control.
- getId() : string
- Action's id.
- processRequest() : Result|null
- Request processing.
Methods
__construct()
public
__construct(int $iblockId, ProductRightsChecker $rights) : mixed
Parameters
- $iblockId : int
- $rights : ProductRightsChecker
getControl()
Panel control.
public
getControl() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|nullgetId()
Action's id.
public
static getId() : string
Tags
Return values
stringprocessRequest()
Request processing.
public
processRequest(HttpRequest $request, bool $isSelectedAllRows, Filter|null $filter) : Result|null
Parameters
- $request : HttpRequest
- $isSelectedAllRows : bool
- $filter : Filter|null
-
if is selected all rows, MUST BE to use a filter to get a list of items.
Tags
Return values
Result|null —null
is returned if the action does not have a handler, or the action cannot return the result object.