См. определение в файле action.php строка 11
◆ __construct()
__construct |
( |
| $type, |
|
|
| $recipient, |
|
|
| $text ) |
Action constructor.
- Аргументы
-
string | $type | |
string | $recipient | |
string | $text | |
См. определение в файле action.php строка 26
◆ createByType()
static createByType |
( |
| $type, |
|
|
| $recipient, |
|
|
| $text ) |
|
static |
Creates an action by its type.
- Аргументы
-
string | $type | |
string | $recipient | |
string | $text | |
- Возвращает
- Action
- Исключения
-
Bitrix\Main\ArgumentException
См. определение в файле action.php строка 41
◆ getNotificationFields()
◆ getRecipient()
Returns a receiver.
- Возвращает
- string
См. определение в файле action.php строка 67
◆ getText()
Returns a text.
- Возвращает
- string
См. определение в файле action.php строка 76
◆ getType()
Returns a type of the action.
- Возвращает
- string
См. определение в файле action.php строка 58
◆ send()
Sends a notification.
- Аргументы
-
Notification | $notification | |
Переопределяется в ActionEmail и ActionSms.
◆ $recipient
◆ $text
◆ $type
◆ TYPE_EMAIL
const TYPE_EMAIL = 'email' |
◆ TYPE_SMS