CreateAndStartCallListAction implements Action
FinalYes
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 $entityTypeId) : mixed
Parameters
- $entityTypeId : int
getControl()
Panel control.
public
getControl() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetId()
Action's id.
public
static getId() : string
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.
Return values
Result|null —null
is returned if the action does not have a handler, or the action cannot return the result object.