SetStageChildAction extends GroupChildAction
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getDropdownItem() : array<string|int, mixed>
- getId() : string
- getName() : string
- processRequest() : Result|null
Methods
__construct()
public
__construct(Factory $factory[, int|null $categoryId = null ]) : mixed
Parameters
- $factory : Factory
- $categoryId : int|null = null
getDropdownItem()
public
getDropdownItem() : array<string|int, mixed>
Return values
array<string|int, mixed>getId()
public
static getId() : string
Return values
stringgetName()
public
getName() : string
Return values
stringprocessRequest()
public
processRequest(HttpRequest $request, bool $isSelectedAllRows, Filter|null $filter) : Result|null
Parameters
- $request : HttpRequest
- $isSelectedAllRows : bool
- $filter : Filter|null