См. определение в файле tester.php строка 28
◆ __construct()
Checker constructor.
- Аргументы
-
См. определение в файле tester.php строка 45
◆ addLastCode()
Add last code.
- Аргументы
-
- Возвращает
- bool
См. определение в файле tester.php строка 201
◆ cutCodes()
cutCodes |
( |
array | $codes, |
|
|
| $isRemoveLast = false ) |
|
protected |
Prepare codes.
- Аргументы
-
array | $codes | Codes. |
bool | $isRemoveLast | Is remove last item. |
- Возвращает
- array
См. определение в файле tester.php строка 221
◆ getDefaultCode()
Get default code.
- Возвращает
- null|string
См. определение в файле tester.php строка 100
◆ getEmailToMeList()
- Возвращает
- array
- Исключения
-
Bitrix\Main\ArgumentNullException
- Исключения
-
Bitrix\Main\ArgumentOutOfRangeException
См. определение в файле tester.php строка 141
◆ getLastCodes()
Get last codes.
- Возвращает
- array
См. определение в файле tester.php строка 160
◆ getRecipientType()
Get recipient type.
- Возвращает
- int|null
См. определение в файле tester.php строка 81
◆ getUserOptionLastCodesName()
getUserOptionLastCodesName |
( |
| ) |
|
|
protected |
◆ isSupport()
Is support.
- Возвращает
- bool
См. определение в файле tester.php строка 55
◆ prepareCodes()
prepareCodes |
( |
array | $codes, |
|
|
| $doCut = true ) |
|
protected |
Prepare codes.
- Аргументы
-
array | $codes | Codes. |
bool | $doCut | Do cut. |
- Возвращает
- array
См. определение в файле tester.php строка 239
◆ send()
send |
( |
array | $codes, |
|
|
array | $parameters ) |
Send test message to recipients.
- Аргументы
-
array | $codes | Recipient codes. |
array | $parameters | Parameters. |
- Возвращает
- Result
См. определение в файле tester.php строка 270
◆ setLastCodes()
setLastCodes |
( |
array | $list | ) |
|
|
protected |
Set last codes.
- Аргументы
-
- Возвращает
- void
См. определение в файле tester.php строка 186
◆ $message
◆ $userOptionLastCodesName
$userOptionLastCodesName = 'last_codes' |
|
staticprotected |
◆ MAX_LAST_CODES
◆ MAX_SEND_CODES
const MAX_SEND_CODES = 15 |