См. определение в файле network.php строка 25
◆ __construct()
◆ addUser()
Add new user to b_user table. Returns its identifier or false on failure.
- Аргументы
-
- Возвращает
- integer|false
См. определение в файле network.php строка 322
◆ addUserById()
addUserById |
( |
| $networkId, |
|
|
| $lastSearch = '' ) |
- Аргументы
-
int | $networkId | |
string | $lastSearch | |
- Возвращает
- integer|false
См. определение в файле network.php строка 257
◆ addUsersById()
addUsersById |
( |
| $networkIds, |
|
|
| $lastSearch = '' ) |
- Аргументы
-
array | $networkIds | |
string | $lastSearch | |
- Возвращает
- array|boolean
См. определение в файле network.php строка 280
◆ checkBroadcastData()
static checkBroadcastData |
( |
| ) |
|
|
static |
◆ checkPhoneVerificationCode()
static checkPhoneVerificationCode |
( |
string | $phone, |
|
|
int | $code ) |
|
static |
Check portal verification code via b24network
- См. также
- \Bitrix\B24network\PhoneVerify::checkVerificationCode()
-
\Bitrix\B24network\Rest::portalVerifyCheck()
См. определение в файле network.php строка 152
◆ clearAdminPopupSession()
static clearAdminPopupSession |
( |
| $userId | ) |
|
|
static |
◆ displayAdminPopup()
static displayAdminPopup |
( |
array | $params = array() | ) |
|
|
static |
Prepares and shows popup offerring current user to attach bitrix24.net account
См. определение в файле network.php строка 482
◆ formatUserParam()
static formatUserParam |
( |
| $params | ) |
|
|
static |
- Аргументы
-
- Возвращает
- array|false
См. определение в файле network.php строка 441
◆ getAdminPopupSession()
static getAdminPopupSession |
( |
| ) |
|
|
static |
◆ getAuthUrl()
static getAuthUrl |
( |
| $mode = "page", |
|
|
| $addScope = null ) |
|
static |
◆ getLastBroadcastCheck()
static getLastBroadcastCheck |
( |
| ) |
|
|
static |
◆ getLastUserStatus()
static getLastUserStatus |
( |
| ) |
|
|
static |
◆ getNetworkId()
static getNetworkId |
( |
| $userId | ) |
|
|
static |
- Аргументы
-
- Возвращает
- integer|null
См. определение в файле network.php строка 373
◆ getPortalVerificationStatus()
static getPortalVerificationStatus |
( |
| ) |
|
|
static |
Is portal verified at least once by any user
- См. также
- \Bitrix\B24network\PhoneVerify::isPortalVerified()
-
\Bitrix\B24network\Rest::portalVerifyStatus()
См. определение в файле network.php строка 176
◆ getRegisterSettings()
static getRegisterSettings |
( |
| ) |
|
|
static |
◆ getShowOptions()
static getShowOptions |
( |
| ) |
|
|
staticprotected |
◆ getUser()
getUser |
( |
| $networkId, |
|
|
| $lastSearch = '' ) |
- Аргументы
-
integer | $networkId | |
string | $lastSearch | |
- Возвращает
- array|null
См. определение в файле network.php строка 193
◆ getUserId()
static getUserId |
( |
| $networkId | ) |
|
|
static |
- Аргументы
-
- Возвращает
- integer|null
См. определение в файле network.php строка 392
◆ getUsers()
getUsers |
( |
| $networkIds, |
|
|
| $lastSearch = '' ) |
- Аргументы
-
array | $networkIds | |
string | $lastSearch | |
- Возвращает
- array|null
См. определение в файле network.php строка 206
◆ getUsersId()
static getUsersId |
( |
| $networkIds | ) |
|
|
static |
- Аргументы
-
- Возвращает
- array|null
См. определение в файле network.php строка 404
◆ initAdminPopup()
static initAdminPopup |
( |
array | $params = array() | ) |
|
|
static |
◆ isEnabled()
Returns if network communication is avalable for current user
- Возвращает
- boolean
См. определение в файле network.php строка 65
◆ isOptionEnabled()
Returns if option is turned on
- Возвращает
- bool
См. определение в файле network.php строка 54
◆ processBroadcastData()
static processBroadcastData |
( |
| $data | ) |
|
|
static |
◆ searchUser()
Searches the network for users by email or nickname. Returns array on success and null on failure. Check errorCollection public member for errors description.
- Аргументы
-
string | $search | Search query string. |
- Возвращает
- array|null
См. определение в файле network.php строка 99
◆ sendMobileApplicationLink()
static sendMobileApplicationLink |
( |
| $phone, |
|
|
| $language_id ) |
|
static |
◆ sendPhoneVerificationCode()
static sendPhoneVerificationCode |
( |
string | $phone, |
|
|
string | $language_id ) |
|
static |
- Возвращает
- false|array
- См. также
- \Bitrix\B24network\Rest::portalVerifySend()
-
\Bitrix\B24network\PhoneVerify::sendVerificationCode()
См. определение в файле network.php строка 123
◆ setAdminPopupSession()
static setAdminPopupSession |
( |
| ) |
|
|
static |
◆ setEnable()
setEnable |
( |
| $enable = true | ) |
|
Enables network communication. Returns true on success.
- Аргументы
-
boolean | $enable | Pass true to enable and false to disable. |
- Возвращает
- boolean
См. определение в файле network.php строка 77
◆ setLastBroadcastCheck()
static setLastBroadcastCheck |
( |
| ) |
|
|
static |
◆ setLastUserStatus()
static setLastUserStatus |
( |
| $status | ) |
|
|
static |
◆ setRegisterSettings()
static setRegisterSettings |
( |
| $settings = array() | ) |
|
|
static |
◆ updateRegisterSettings()
static updateRegisterSettings |
( |
| ) |
|
|
staticprotected |
◆ $errorCollection
◆ $lastUserStatus
◆ ADMIN_SESSION_KEY
const ADMIN_SESSION_KEY = "SS_B24NET_STATE" |
◆ ERROR_INCORRECT_PARAMS
const ERROR_INCORRECT_PARAMS = 'ERROR_INCORRECT_PARAMS' |
◆ ERROR_NETWORK_IN_NOT_ENABLED
const ERROR_NETWORK_IN_NOT_ENABLED = 'ERROR_NETWORK_IN_NOT_ENABLED' |
◆ ERROR_REGISTER_USER
const ERROR_REGISTER_USER = 'ERROR_REGISTER_USER' |
◆ ERROR_SEARCH_STRING_TO_SHORT
const ERROR_SEARCH_STRING_TO_SHORT = 'ERROR_SEARCH_STRING_TO_SHORT' |
◆ ERROR_SEARCH_USER_NOT_FOUND
const ERROR_SEARCH_USER_NOT_FOUND = 'ERROR_SEARCH_USER_NOT_FOUND' |
◆ ERROR_SOCSERV_TRANSPORT
const ERROR_SOCSERV_TRANSPORT = 'ERROR_SOCSERV_TRANSPORT' |
◆ EXTERNAL_AUTH_ID
const EXTERNAL_AUTH_ID = 'replica' |