См. определение в файле message.php строка 17
◆ __construct()
Message constructor.
- Аргументы
-
Sender\Base | null | $sender | |
См. определение в файле message.php строка 50
◆ checkFields()
◆ createFromFields()
static createFromFields |
( |
array | $fields, |
|
|
Sender\Base | $sender = null ) |
|
static |
- Аргументы
-
array | $fields | |
Sender\Base | null | $sender | |
- Возвращает
- Message
См. определение в файле message.php строка 89
◆ getAuthorId()
◆ getBody()
◆ getError()
◆ getFieldsById()
static getFieldsById |
( |
| $messageId | ) |
|
|
static |
◆ getFrom()
◆ getHeaders()
◆ getSender()
- Возвращает
- Sender\Base|null
См. определение в файле message.php строка 348
◆ getStatusId()
◆ getTo()
◆ getType()
◆ loadByExternalId()
static loadByExternalId |
( |
string | $senderId, |
|
|
string | $externalId, |
|
|
?string | $from = null ) |
|
static |
◆ loadById()
static loadById |
( |
int | $id | ) |
|
|
static |
◆ send()
- Возвращает
- AddResult Created Message result.
См. определение в файле message.php строка 157
◆ sendDirectly()
◆ setAuthorId()
setAuthorId |
( |
int | $authorId | ) |
|
- Аргументы
-
- Возвращает
- Message
См. определение в файле message.php строка 385
◆ setBody()
- Аргументы
-
- Возвращает
- $this
См. определение в файле message.php строка 321
◆ setCheckRestrictions()
setCheckRestrictions |
( |
bool | $checkRestrictions | ) |
|
◆ setError()
- Аргументы
-
- Возвращает
- Message
См. определение в файле message.php строка 411
◆ setFrom()
- Аргументы
-
- Возвращает
- $this
См. определение в файле message.php строка 303
◆ setHeaders()
setHeaders |
( |
array | $headers | ) |
|
- Аргументы
-
- Возвращает
- Message
См. определение в файле message.php строка 367
◆ setSender()
- Аргументы
-
- Возвращает
- $this
См. определение в файле message.php строка 357
◆ setTo()
- Аргументы
-
- Возвращает
- $this
См. определение в файле message.php строка 339
◆ setType()
- Аргументы
-
- Возвращает
- Message
- Исключения
-
См. определение в файле message.php строка 108
◆ update()
◆ updateStatus()
updateStatus |
( |
int | $newStatusId | ) |
|
◆ updateStatusByExternalStatus()
updateStatusByExternalStatus |
( |
string | $externalStatus | ) |
|
◆ updateWithSendResult()
updateWithSendResult |
( |
Result\SendMessage | $result, |
|
|
DateTime | $nextExec ) |
◆ $authorId
◆ $body
◆ $checkRestrictions
bool $checkRestrictions = false |
|
protected |
◆ $error
◆ $externalStatus
◆ $from
◆ $headers
◆ $id
◆ $sender
◆ $statusId
◆ $to
◆ $type
◆ EVENT_MESSAGE_UPDATED
const EVENT_MESSAGE_UPDATED = 'messageUpdated' |