Bitrix API

Action

Object of a single grid action.

Table of Contents

Methods

getId()  : string
Action's id.
processRequest()  : Result|null
Request processing.

Methods

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