Bitrix API

ProductGroupActionsItem extends ElementGroupActionsItem

Table of Contents

Properties

$rights  : ProductRightsChecker

Methods

__construct()  : mixed
getControl()  : array<string|int, mixed>|null
Panel control.
getId()  : string
Action's id.
processRequest()  : Result|null
Request processing.

Properties

Methods

getControl()

Panel control.

public getControl() : array<string|int, mixed>|null
Tags
inheritDoc
Return values
array<string|int, mixed>|null

getId()

Action's id.

public final static getId() : string
Tags
inheritDoc
Return values
string

processRequest()

Request processing.

public final 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
inheritDoc
Return values
Result|null

null is returned if the action does not have a handler, or the action cannot return the result object.


        
On this page

Search results