DeactivateGroupChild extends BaseGroupChild uses ChangeActiveHandler
FinalYes
Tags
Table of Contents
Methods
- __construct() : mixed
- getDropdownItem() : array<string|int, mixed>
- getId() : string
- getName() : string
- processRequest() : Result|null
Methods
__construct()
public
__construct(int $iblockId, IblockRightsChecker $rights, string $listMode) : mixed
Parameters
- $iblockId : int
- $rights : IblockRightsChecker
- $listMode : string
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 = null ]) : Result|null
Parameters
- $request : HttpRequest
- $isSelectedAllRows : bool
- $filter : Filter|null = null