Bitrix API

BatchActionManager

Table of Contents

Constants

DELETION_DATA_SESSION_NAME  = 'RECYCLEBIN_DELETION_DATA'
DELETION_PROGRESS_SESSION_NAME  = 'RECYCLEBIN_DELETION_PROGRESS'
RESTORE_DATA_SESSION_NAME  = 'RECYCLEBIN_RESTORE_DATA'
RESTORE_PROGRESS_SESSION_NAME  = 'RECYCLEBIN_RESTORE_PROGRESS'

Methods

addToSession()  : self
deleteFromSession()  : self
getFromSession()  : array<string|int, mixed>|null

Constants

DELETION_DATA_SESSION_NAME

public mixed DELETION_DATA_SESSION_NAME = 'RECYCLEBIN_DELETION_DATA'

DELETION_PROGRESS_SESSION_NAME

public mixed DELETION_PROGRESS_SESSION_NAME = 'RECYCLEBIN_DELETION_PROGRESS'

RESTORE_DATA_SESSION_NAME

public mixed RESTORE_DATA_SESSION_NAME = 'RECYCLEBIN_RESTORE_DATA'

RESTORE_PROGRESS_SESSION_NAME

public mixed RESTORE_PROGRESS_SESSION_NAME = 'RECYCLEBIN_RESTORE_PROGRESS'

Methods

addToSession()

public addToSession(string $name, string $hash, array<string|int, mixed> $data) : self
Parameters
$name : string
$hash : string
$data : array<string|int, mixed>
Return values
self

deleteFromSession()

public deleteFromSession(string $name, string $hash) : self
Parameters
$name : string
$hash : string
Return values
self

getFromSession()

public getFromSession(string $name, string $hash) : array<string|int, mixed>|null
Parameters
$name : string
$hash : string
Return values
array<string|int, mixed>|null

        
On this page

Search results