1C-Bitrix 25.700.0
|
Открытые члены | |
getId () | |
getAliasId () | |
getAlias () | |
getStartDate () | |
getChatId () | |
getChatName () | |
getHostName () | |
getHostId () | |
isPasswordRequired () | |
getPassword () | |
getInvitation () | |
getUsers () | |
getOwnerId () | |
getUserLimit () | |
isBroadcast () | |
getPresentersList () | |
getPresentersInfo () | |
isPresenter (int $userId) | |
makePresenter (int $userId) | |
deletePresenter (int $userId) | |
isActive () | |
isFinished () | |
getStatus () | |
getPublicLink () | |
canUserEdit ($userId) | |
canUserDelete ($userId) | |
update (array $fields=[]) | |
delete () |
Открытые статические члены | |
static | add (array $fields=[]) |
static | prepareParamsForAdd (array $fields) |
static | getByAlias (string $alias) |
static | getById (int $id) |
static | createWithArray (array $fields) |
static | getAll (array $queryParams) |
static | getStatusList () |
static | getDefaultSelectFields () |
static | getRuntimeChatField () |
static | removeTemporaryAliases () |
Поля данных | |
const | ERROR_USER_LIMIT_REACHED = "userLimitReached" |
const | ERROR_BITRIX24_ONLY = "bitrix24only" |
const | ERROR_DETECT_INTRANET_USER = "detectIntranetUser" |
const | ERROR_KICKED_FROM_CALL = "kickedFromCall" |
const | ERROR_WRONG_ALIAS = "wrongAlias" |
const | STATE_NOT_STARTED = "notStarted" |
const | STATE_ACTIVE = "active" |
const | STATE_FINISHED = "finished" |
const | ALIAS_TYPE = 'VIDEOCONF' |
const | BROADCAST_MODE = 'BROADCAST' |
const | PRESENTERS_LIMIT = 4 |
const | BROADCAST_USER_LIMIT = 500 |
const | ROLE_PRESENTER = 'presenter' |
const | AVAILABLE_PARAMS |
Защищенные члены | |
__construct () | |
setFields (array $fields) | |
getChangedFields (array $fields) |
Защищенные статические члены | |
static | validateFields (array $fields) |
Защищенные данные | |
$id | |
$alias | |
$aliasId | |
$chatId | |
$password | |
$invitation | |
$startDate | |
$chatName | |
$hostName | |
$hostId | |
$users | |
$broadcastMode |
См. определение в файле conference.php строка 25
|
protected |
См. определение в файле conference.php строка 68
|
static |
См. определение в файле conference.php строка 734
canUserDelete | ( | $userId | ) |
См. определение в файле conference.php строка 290
canUserEdit | ( | $userId | ) |
См. определение в файле conference.php строка 273
|
static |
См. определение в файле conference.php строка 851
delete | ( | ) |
См. определение в файле conference.php строка 551
deletePresenter | ( | int | $userId | ) |
См. определение в файле conference.php строка 227
getAlias | ( | ) |
См. определение в файле conference.php строка 82
getAliasId | ( | ) |
См. определение в файле conference.php строка 77
|
static |
См. определение в файле conference.php строка 870
|
static |
См. определение в файле conference.php строка 815
|
static |
См. определение в файле conference.php строка 833
|
protected |
См. определение в файле conference.php строка 312
getChatId | ( | ) |
См. определение в файле conference.php строка 92
getChatName | ( | ) |
См. определение в файле conference.php строка 97
|
static |
См. определение в файле conference.php строка 891
getHostId | ( | ) |
См. определение в файле conference.php строка 107
getHostName | ( | ) |
См. определение в файле conference.php строка 102
getId | ( | ) |
См. определение в файле conference.php строка 72
getInvitation | ( | ) |
См. определение в файле conference.php строка 122
getOwnerId | ( | ) |
См. определение в файле conference.php строка 145
getPassword | ( | ) |
См. определение в файле conference.php строка 117
getPresentersInfo | ( | ) |
См. определение в файле conference.php строка 195
getPresentersList | ( | ) |
См. определение в файле conference.php строка 173
getPublicLink | ( | ) |
См. определение в файле conference.php строка 268
|
static |
См. определение в файле conference.php строка 909
getStartDate | ( | ) |
См. определение в файле conference.php строка 87
getStatus | ( | ) |
См. определение в файле conference.php строка 248
|
static |
См. определение в файле conference.php строка 886
getUserLimit | ( | ) |
См. определение в файле conference.php строка 152
getUsers | ( | ) |
См. определение в файле conference.php строка 127
isActive | ( | ) |
См. определение в файле conference.php строка 237
isBroadcast | ( | ) |
См. определение в файле conference.php строка 168
isFinished | ( | ) |
См. определение в файле conference.php строка 243
isPasswordRequired | ( | ) |
См. определение в файле conference.php строка 112
isPresenter | ( | int | $userId | ) |
См. определение в файле conference.php строка 209
makePresenter | ( | int | $userId | ) |
См. определение в файле conference.php строка 216
|
static |
См. определение в файле conference.php строка 763
|
static |
См. определение в файле conference.php строка 921
|
protected |
См. определение в файле conference.php строка 306
update | ( | array | $fields = [] | ) |
См. определение в файле conference.php строка 357
|
staticprotected |
См. определение в файле conference.php строка 599
|
protected |
См. определение в файле conference.php строка 56
|
protected |
См. определение в файле conference.php строка 57
|
protected |
См. определение в файле conference.php строка 66
|
protected |
См. определение в файле conference.php строка 58
|
protected |
См. определение в файле conference.php строка 62
|
protected |
См. определение в файле conference.php строка 64
|
protected |
См. определение в файле conference.php строка 63
|
protected |
См. определение в файле conference.php строка 55
|
protected |
См. определение в файле conference.php строка 60
|
protected |
См. определение в файле conference.php строка 59
|
protected |
См. определение в файле conference.php строка 61
|
protected |
См. определение в файле conference.php строка 65
const ALIAS_TYPE = 'VIDEOCONF' |
См. определение в файле conference.php строка 38
const AVAILABLE_PARAMS |
См. определение в файле conference.php строка 44
const BROADCAST_MODE = 'BROADCAST' |
См. определение в файле conference.php строка 39
const BROADCAST_USER_LIMIT = 500 |
См. определение в файле conference.php строка 42
const ERROR_BITRIX24_ONLY = "bitrix24only" |
См. определение в файле conference.php строка 29
const ERROR_DETECT_INTRANET_USER = "detectIntranetUser" |
См. определение в файле conference.php строка 30
const ERROR_KICKED_FROM_CALL = "kickedFromCall" |
См. определение в файле conference.php строка 31
const ERROR_USER_LIMIT_REACHED = "userLimitReached" |
См. определение в файле conference.php строка 28
const ERROR_WRONG_ALIAS = "wrongAlias" |
См. определение в файле conference.php строка 32
const PRESENTERS_LIMIT = 4 |
См. определение в файле conference.php строка 41
const ROLE_PRESENTER = 'presenter' |
См. определение в файле conference.php строка 43
const STATE_ACTIVE = "active" |
См. определение в файле conference.php строка 35
const STATE_FINISHED = "finished" |
См. определение в файле conference.php строка 36
const STATE_NOT_STARTED = "notStarted" |
См. определение в файле conference.php строка 34