Открытые члены | |
getId () | |
getAliasId () | |
getAlias () | |
getStartDate () | |
getChatId () | |
getChatName () | |
getHostName () | |
getHostId () | |
isPasswordRequired () | |
getPassword () | |
getInvitation () | |
getUsers () | |
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 | 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' |
Защищенные члены | |
__construct () | |
setFields (array $fields) | |
getChangedFields (array $fields) | |
Защищенные статические члены | |
static | validateFields (array $fields) |
Защищенные данные | |
$id | |
$alias | |
$aliasId | |
$chatId | |
$password | |
$invitation | |
$startDate | |
$chatName | |
$hostName | |
$hostId | |
$users | |
$broadcastMode | |
$speakers | |
См. определение в файле conference.php строка 23
|
protected |
См. определение в файле conference.php строка 57
|
static |
См. определение в файле conference.php строка 702
canUserDelete | ( | $userId | ) |
См. определение в файле conference.php строка 267
canUserEdit | ( | $userId | ) |
См. определение в файле conference.php строка 250
|
static |
См. определение в файле conference.php строка 791
delete | ( | ) |
См. определение в файле conference.php строка 528
deletePresenter | ( | int | $userId | ) |
См. определение в файле conference.php строка 204
getAlias | ( | ) |
См. определение в файле conference.php строка 71
getAliasId | ( | ) |
См. определение в файле conference.php строка 66
|
static |
См. определение в файле conference.php строка 812
|
static |
См. определение в файле conference.php строка 755
|
static |
См. определение в файле conference.php строка 773
|
protected |
См. определение в файле conference.php строка 289
getChatId | ( | ) |
См. определение в файле conference.php строка 81
getChatName | ( | ) |
См. определение в файле conference.php строка 86
|
static |
См. определение в файле conference.php строка 833
getHostId | ( | ) |
См. определение в файле conference.php строка 96
getHostName | ( | ) |
См. определение в файле conference.php строка 91
getId | ( | ) |
См. определение в файле conference.php строка 61
getInvitation | ( | ) |
См. определение в файле conference.php строка 111
getPassword | ( | ) |
См. определение в файле conference.php строка 106
getPresentersInfo | ( | ) |
См. определение в файле conference.php строка 172
getPresentersList | ( | ) |
См. определение в файле conference.php строка 150
getPublicLink | ( | ) |
См. определение в файле conference.php строка 245
|
static |
См. определение в файле conference.php строка 851
getStartDate | ( | ) |
См. определение в файле conference.php строка 76
getStatus | ( | ) |
См. определение в файле conference.php строка 225
|
static |
См. определение в файле conference.php строка 828
getUserLimit | ( | ) |
См. определение в файле conference.php строка 129
getUsers | ( | ) |
См. определение в файле conference.php строка 116
isActive | ( | ) |
См. определение в файле conference.php строка 214
isBroadcast | ( | ) |
См. определение в файле conference.php строка 145
isFinished | ( | ) |
См. определение в файле conference.php строка 220
isPasswordRequired | ( | ) |
См. определение в файле conference.php строка 101
isPresenter | ( | int | $userId | ) |
См. определение в файле conference.php строка 186
makePresenter | ( | int | $userId | ) |
См. определение в файле conference.php строка 193
|
static |
См. определение в файле conference.php строка 863
|
protected |
См. определение в файле conference.php строка 283
update | ( | array | $fields = [] | ) |
См. определение в файле conference.php строка 334
|
staticprotected |
См. определение в файле conference.php строка 578
|
protected |
См. определение в файле conference.php строка 44
|
protected |
См. определение в файле conference.php строка 45
|
protected |
См. определение в файле conference.php строка 54
|
protected |
См. определение в файле conference.php строка 46
|
protected |
См. определение в файле conference.php строка 50
|
protected |
См. определение в файле conference.php строка 52
|
protected |
См. определение в файле conference.php строка 51
|
protected |
См. определение в файле conference.php строка 43
|
protected |
См. определение в файле conference.php строка 48
|
protected |
См. определение в файле conference.php строка 47
|
protected |
См. определение в файле conference.php строка 55
|
protected |
См. определение в файле conference.php строка 49
|
protected |
См. определение в файле conference.php строка 53
const ALIAS_TYPE = 'VIDEOCONF' |
См. определение в файле conference.php строка 36
const BROADCAST_MODE = 'BROADCAST' |
См. определение в файле conference.php строка 37
const BROADCAST_USER_LIMIT = 500 |
См. определение в файле conference.php строка 40
const ERROR_BITRIX24_ONLY = "bitrix24only" |
См. определение в файле conference.php строка 27
const ERROR_DETECT_INTRANET_USER = "detectIntranetUser" |
См. определение в файле conference.php строка 28
const ERROR_KICKED_FROM_CALL = "kickedFromCall" |
См. определение в файле conference.php строка 29
const ERROR_USER_LIMIT_REACHED = "userLimitReached" |
См. определение в файле conference.php строка 26
const ERROR_WRONG_ALIAS = "wrongAlias" |
См. определение в файле conference.php строка 30
const PRESENTERS_LIMIT = 4 |
См. определение в файле conference.php строка 39
const ROLE_PRESENTER = 'presenter' |
См. определение в файле conference.php строка 41
const STATE_ACTIVE = "active" |
См. определение в файле conference.php строка 33
const STATE_FINISHED = "finished" |
См. определение в файле conference.php строка 34
const STATE_NOT_STARTED = "notStarted" |
См. определение в файле conference.php строка 32