ClientVolumeChecker
Table of Contents
Constants
-
MAX_CLIENT_TO_CHECK
= 100000
-
OPTION_CATEGORY
= 'crm'
-
OPTION_NAME_PREFIX
= 'crm_client_volume_'
Methods
-
__construct()
: mixed
-
getCheckResult()
: array<string|int, mixed>
-
isCheckEnabled()
: bool
-
setCheckEnabled()
: void
MAX_CLIENT_TO_CHECK
public
mixed
MAX_CLIENT_TO_CHECK
= 100000
OPTION_CATEGORY
public
mixed
OPTION_CATEGORY
= 'crm'
OPTION_NAME_PREFIX
public
mixed
OPTION_NAME_PREFIX
= 'crm_client_volume_'
__construct()
public
__construct() : mixed
getCheckResult()
public
final getCheckResult() : array<string|int, mixed>
Return values
array<string|int, mixed>
isCheckEnabled()
public
static isCheckEnabled() : bool
setCheckEnabled()
public
static setCheckEnabled(bool $isEnabled) : void
Parameters
-
$isEnabled
: bool
-