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

Открытые статические члены

static canUse ()
 
static getProviders ()
 
static getSenderNames ()
 
static getDailyLimits ()
 
static send ($senderId, $from, $to, $text, $authorId=1)
 
static getManageUrl ()
 
static getLimitsUrl ()
 
static getFormattedOutputNumber ($value)
 

Защищенные статические члены

static getSenderFromList ($senderId)
 

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

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

Методы

◆ canUse()

static canUse ( )
static

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

◆ getDailyLimits()

static getDailyLimits ( )
static

Get daily limits.

Возвращает
array

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

◆ getFormattedOutputNumber()

static getFormattedOutputNumber ( $value)
static

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

◆ getLimitsUrl()

static getLimitsUrl ( )
static

Get limits url.

Возвращает
string

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

◆ getManageUrl()

static getManageUrl ( )
static

Get manage url.

Возвращает
string

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

◆ getProviders()

static getProviders ( )
static

Get providers.

Возвращает
array

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

◆ getSenderFromList()

static getSenderFromList ( $senderId)
staticprotected
Аргументы
string$senderIdSender id.
Возвращает
array Simple list of sender From aliases

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

◆ getSenderNames()

static getSenderNames ( )
static

Get sender names.

Возвращает
array

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

◆ send()

static send ( $senderId,
$from,
$to,
$text,
$authorId = 1 )
static

Send.

Аргументы
string$senderIdSender ID.
string$fromFrom number.
string$toTo number.
string$textText.
integer$authorIdAuthor ID.
Возвращает
bool

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