ResponsibleQueue
Table of Contents
Constants
-
OPTION_LAST_NAME
= 'crm_persontype_resp_queue'
-
OPTION_MODULE_ID
= 'crm'
Properties
-
$entityId
: mixed
-
$lastId
: mixed
-
$list
: mixed
Methods
-
__construct()
: mixed
-
checkId()
: mixed
-
getLastId()
: mixed
-
getList()
: mixed
-
getNextId()
: mixed
-
isSupportedWorkTime()
: mixed
-
isWorkTimeCheckEnabled()
: mixed
-
loadList()
: mixed
-
remove()
: mixed
-
setLastId()
: mixed
-
setList()
: mixed
OPTION_LAST_NAME
public
mixed
OPTION_LAST_NAME
= 'crm_persontype_resp_queue'
OPTION_MODULE_ID
public
mixed
OPTION_MODULE_ID
= 'crm'
$entityId
public
mixed
$entityId
= null
$lastId
public
mixed
$lastId
= null
$list
public
mixed
$list
= array()
__construct()
public
__construct(mixed $entityId[, mixed $autoSetLastId = true ]) : mixed
Parameters
-
$entityId
: mixed
-
-
$autoSetLastId
: mixed
= true
-
checkId()
public
static checkId(mixed $id) : mixed
Parameters
-
$id
: mixed
-
getLastId()
public
getLastId() : mixed
getList()
public
getList() : mixed
getNextId()
public
getNextId() : mixed
isSupportedWorkTime()
public
static isSupportedWorkTime() : mixed
isWorkTimeCheckEnabled()
public
isWorkTimeCheckEnabled() : mixed
loadList()
public
loadList() : mixed
remove()
public
static remove(mixed $entityId) : mixed
Parameters
-
$entityId
: mixed
-
setLastId()
public
setLastId(mixed $id) : mixed
Parameters
-
$id
: mixed
-
setList()
public
setList(array<string|int, mixed> $list[, mixed $isWorkTimeCheckEnabled = false ]) : mixed
Parameters
-
$list
: array<string|int, mixed>
-
-
$isWorkTimeCheckEnabled
: mixed
= false
-