Table of Contents
Constants
-
ITEM_LIMIT
= 100
Methods
-
activate()
: mixed
-
doRun()
: mixed
-
enable()
: mixed
-
getInstance()
: EntityDuplicateIndexRebuildAgent|null
-
getProgressData()
: mixed
-
getTotalCount()
: mixed
-
isActive()
: mixed
-
isEnabled()
: mixed
-
prepareItemIDs()
: mixed
-
rebuild()
: mixed
-
run()
: mixed
-
setProgressData()
: mixed
ITEM_LIMIT
public
mixed
ITEM_LIMIT
= 100
activate()
public
static activate() : mixed
doRun()
public
static doRun() : mixed
enable()
public
enable(mixed $enable) : mixed
Parameters
-
$enable
: mixed
-
getInstance()
public
static getInstance() : EntityDuplicateIndexRebuildAgent|null
getProgressData()
public
getProgressData() : mixed
getTotalCount()
public
getTotalCount() : mixed
isActive()
public
isActive() : mixed
isEnabled()
public
isEnabled() : mixed
prepareItemIDs()
public
prepareItemIDs(mixed $offsetID, mixed $limit) : mixed
Parameters
-
$offsetID
: mixed
-
-
$limit
: mixed
-
rebuild()
public
rebuild(array<string|int, mixed> $itemIDs) : mixed
Parameters
-
$itemIDs
: array<string|int, mixed>
-
run()
public
static run() : mixed
setProgressData()
public
setProgressData(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-