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

Открытые члены

 __construct (Adapter $message)
 
 isSupport ()
 
 getRecipientType ()
 
 getLastCodes ()
 
 send (array $codes, array $parameters)
 

Открытые атрибуты

const MAX_LAST_CODES = 6
 
const MAX_SEND_CODES = 15
 

Защищенные члены

 getDefaultCode ()
 
 getUserOptionLastCodesName ()
 
 getEmailToMeList ()
 
 setLastCodes (array $list)
 
 addLastCode ($code)
 
 cutCodes (array $codes, $isRemoveLast=false)
 
 prepareCodes (array $codes, $doCut=true)
 

Защищенные данные

 $message
 

Статические защищенные данные

static $userOptionLastCodesName = 'last_codes'
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( Adapter $message)

Checker constructor.

Аргументы
Adapter$messageMessage.

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

Методы

◆ addLastCode()

addLastCode ( $code)
protected

Add last code.

Аргументы
string$codeCode.
Возвращает
bool

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

◆ cutCodes()

cutCodes ( array $codes,
$isRemoveLast = false )
protected

Prepare codes.

Аргументы
array$codesCodes.
bool$isRemoveLastIs remove last item.
Возвращает
array

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

◆ getDefaultCode()

getDefaultCode ( )
protected

Get default code.

Возвращает
null|string

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

◆ getEmailToMeList()

getEmailToMeList ( )
protected
Возвращает
array
Исключения

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

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

◆ getLastCodes()

getLastCodes ( )

Get last codes.

Возвращает
array

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

◆ getRecipientType()

getRecipientType ( )

Get recipient type.

Возвращает
int|null

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

◆ getUserOptionLastCodesName()

getUserOptionLastCodesName ( )
protected
Возвращает
string

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

◆ isSupport()

isSupport ( )

Is support.

Возвращает
bool

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

◆ prepareCodes()

prepareCodes ( array $codes,
$doCut = true )
protected

Prepare codes.

Аргументы
array$codesCodes.
bool$doCutDo cut.
Возвращает
array

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

◆ send()

send ( array $codes,
array $parameters )

Send test message to recipients.

Аргументы
array$codesRecipient codes.
array$parametersParameters.
Возвращает
Result

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

◆ setLastCodes()

setLastCodes ( array $list)
protected

Set last codes.

Аргументы
array$listCodes.
Возвращает
void

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

Данные класса

◆ $message

$message
protected

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

◆ $userOptionLastCodesName

$userOptionLastCodesName = 'last_codes'
staticprotected

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

◆ MAX_LAST_CODES

const MAX_LAST_CODES = 6

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

◆ MAX_SEND_CODES

const MAX_SEND_CODES = 15

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