class BisectState
Constants
| SETTING |
|
Properties
| static protected SettingsRepositoryInterface | $settings |
|
class BisectState
| SETTING |
|
| static protected SettingsRepositoryInterface | $settings |
|
__construct(array $ids, int $low, int $high)
BisectState
advance(int $low, int $high)
BisectState
save()
array
toArray()
static BisectState
fromArray(array $data)
static BisectState|null
continue()
static BisectState
continueOrStart(array $ids, int $low, int $high)
static void
end()
static void
setSettings(SettingsRepositoryInterface $settings)