|
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 |
◆ create()
Creates mail user
- Аргументы
-
- Возвращает
- int|false
См. определение в файле user.php строка 19
◆ getDefaultEmailFrom()
static getDefaultEmailFrom |
( |
| $serverName = false | ) |
|
|
static |
◆ getForwardTo()
static getForwardTo |
( |
| $siteId, |
|
|
| $userId, |
|
|
| $entityType ) |
|
static |
Returns Site-User-Entity unique email
- Аргументы
-
string | $siteId | Site ID. |
int | $userId | User ID. |
string | $entityType | Entity 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 | $siteId | Site ID. |
int | $userId | User ID. |
string | $entityType | Entity type ID. |
int | $entityId | Entity ID. |
string | $entityLink | Entity URL. |
string | $backurl | Back URL. |
- Возвращает
- array|false
См. определение в файле user.php строка 122
◆ getUserData()
static getUserData |
( |
| $userList, |
|
|
| $nameTemplate ) |
|
static |
◆ getUserRelation()
static getUserRelation |
( |
| $token | ) |
|
|
static |
◆ handleServerNameUpdate()
static handleServerNameUpdate |
( |
| ) |
|
|
static |
◆ handleSiteUpdate()
static handleSiteUpdate |
( |
| $fields | ) |
|
|
static |
◆ login()
Runs user login
- Возвращает
- void
См. определение в файле user.php строка 67
◆ onEmailReceived()
static onEmailReceived |
( |
| $to, |
|
|
| $message, |
|
|
| $recipient, |
|
|
| $userRelation, |
|
|
& | $error ) |
|
static |
Sends email related events
- Аргументы
-
string | $to | Recipient email. |
array | $message | Message. |
string | &$error | Error. |
- Возвращает
- bool
См. определение в файле user.php строка 278
◆ onLoginExternal()
static onLoginExternal |
( |
& | $params | ) |
|
|
static |
Returns mail user ID
- Аргументы
-
array | &$params | Auth params. |
- Возвращает
- int|false
См. определение в файле user.php строка 84
◆ parseEmailRecipient()
static parseEmailRecipient |
( |
| $to | ) |
|
|
static |
◆ sendEventAgent()
static sendEventAgent |
( |
| $messageId = 0, |
|
|
| $cnt = 0 ) |
|
static |
Agent method, retrieves stored user message and sends an event
См. определение в файле user.php строка 336