Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс User

Открытые статические члены

static create ($fields)
 
static login ()
 
static onLoginExternal (&$params)
 
static getReplyTo ($siteId, $userId, $entityType, $entityId, $entityLink=null, $backurl=null)
 
static getForwardTo ($siteId, $userId, $entityType)
 
static parseEmailRecipient ($to)
 
static getUserRelation ($token)
 
static onEmailReceived ($to, $message, $recipient, $userRelation, &$error)
 
static sendEventAgent ($messageId=0, $cnt=0)
 
static getMailUserGroup ()
 
static getDefaultEmailFrom ($serverName=false)
 
static getUserData ($userList, $nameTemplate)
 
static handleSiteUpdate ($fields)
 
static handleServerNameUpdate ()
 
static clearTokensCache ()
 

Подробное описание

См. определение в файле user.php строка 10

Методы

◆ clearTokensCache()

static clearTokensCache ( )
static

См. определение в файле user.php строка 550

◆ create()

static create ( $fields)
static

Creates mail user

Аргументы
array$fieldsUser fields.
Возвращает
int|false

См. определение в файле user.php строка 19

◆ getDefaultEmailFrom()

static getDefaultEmailFrom ( $serverName = false)
static

См. определение в файле user.php строка 462

◆ getForwardTo()

static getForwardTo ( $siteId,
$userId,
$entityType )
static

Returns Site-User-Entity unique email

Аргументы
string$siteIdSite ID.
int$userIdUser ID.
string$entityTypeEntity type ID.
Возвращает
array|false

См. определение в файле user.php строка 190

◆ getMailUserGroup()

static getMailUserGroup ( )
static

Returns email users group

Возвращает
array

См. определение в файле user.php строка 451

◆ getReplyTo()

static getReplyTo ( $siteId,
$userId,
$entityType,
$entityId,
$entityLink = null,
$backurl = null )
static

Returns User-Entity unique email and entry point URL

Аргументы
string$siteIdSite ID.
int$userIdUser ID.
string$entityTypeEntity type ID.
int$entityIdEntity ID.
string$entityLinkEntity URL.
string$backurlBack URL.
Возвращает
array|false

См. определение в файле user.php строка 122

◆ getUserData()

static getUserData ( $userList,
$nameTemplate )
static

См. определение в файле user.php строка 489

◆ getUserRelation()

static getUserRelation ( $token)
static

См. определение в файле user.php строка 253

◆ handleServerNameUpdate()

static handleServerNameUpdate ( )
static

См. определение в файле user.php строка 545

◆ handleSiteUpdate()

static handleSiteUpdate ( $fields)
static

См. определение в файле user.php строка 537

◆ login()

static login ( )
static

Runs user login

Возвращает
void

См. определение в файле user.php строка 67

◆ onEmailReceived()

static onEmailReceived ( $to,
$message,
$recipient,
$userRelation,
& $error )
static

Sends email related events

Аргументы
string$toRecipient email.
array$messageMessage.
string&$errorError.
Возвращает
bool

См. определение в файле user.php строка 278

◆ onLoginExternal()

static onLoginExternal ( & $params)
static

Returns mail user ID

Аргументы
array&$paramsAuth params.
Возвращает
int|false

См. определение в файле user.php строка 84

◆ parseEmailRecipient()

static parseEmailRecipient ( $to)
static

См. определение в файле user.php строка 244

◆ sendEventAgent()

static sendEventAgent ( $messageId = 0,
$cnt = 0 )
static

Agent method, retrieves stored user message and sends an event

См. определение в файле user.php строка 336