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

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

 getSubject ()
 
 getBody ()
 
 getBodyForHtml ()
 
 getStatus ()
 
 getType ()
 
 getCurrency ()
 
 getMoneyValues ()
 
 getDateValues ()
 
 setSubject (string $subject)
 
 setBody (string $body)
 
 setStatus (Status $status)
 
 setType (string $type)
 
 addMoneyValue (string $key, float $value)
 
 setCurrency (string $currency)
 
 addDateValue (string $key, int $value, string $format)
 

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

const TYPE_SHIPMENT_PICKUPED = 'SHIPMENT_PICKUPED'
 

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

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

Методы

◆ addDateValue()

addDateValue ( string $key,
int $value,
string $format )
Аргументы
string$key
int$value
string$format
Возвращает
$this

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

◆ addMoneyValue()

addMoneyValue ( string $key,
float $value )
Аргументы
string$key
float$value
Возвращает
$this

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

◆ getBody()

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

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

◆ getBodyForHtml()

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

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

◆ getCurrency()

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

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

◆ getDateValues()

getDateValues ( )
Возвращает
array

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

◆ getMoneyValues()

getMoneyValues ( )
Возвращает
array

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

◆ getStatus()

getStatus ( )
Возвращает
Status|null

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

◆ getSubject()

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

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

◆ getType()

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

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

◆ setBody()

setBody ( string $body)
Аргументы
string$body
Возвращает
Message

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

◆ setCurrency()

setCurrency ( string $currency)
Аргументы
string$currency
Возвращает
Message

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

◆ setStatus()

setStatus ( Status $status)
Аргументы
Status$status
Возвращает
Message

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

◆ setSubject()

setSubject ( string $subject)
Аргументы
string$subject
Возвращает
Message

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

◆ setType()

setType ( string $type)
Аргументы
string$type
Возвращает
Message

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

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

◆ TYPE_SHIPMENT_PICKUPED

const TYPE_SHIPMENT_PICKUPED = 'SHIPMENT_PICKUPED'

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