Bitrix API

OpenAction extends BaseAction

FinalYes

Single item for actions of row.

Table of Contents

Methods

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

Methods

getControl()

Row's context menu control.

public getControl(array<string|int, mixed> $rawFields) : array<string|int, mixed>|null
Parameters
$rawFields : array<string|int, mixed>
Return values
array<string|int, mixed>|null

getId()

Action's id.

public static getId() : string
Return values
string

processRequest()

Request processing.

public processRequest(HttpRequest $request) : Result|null
Parameters
$request : HttpRequest
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