Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс PostingTable
+ Граф наследования:PostingTable:

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

static getTableName ()
 
static getMap ()
 
static onDelete (Main\Entity\Event $event)
 

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

const STATUS_NEW = 'N'
 
const STATUS_PART = 'P'
 
const STATUS_SENT = 'S'
 
const STATUS_SENT_WITH_ERRORS = 'E'
 
const STATUS_ABORT = 'A'
 

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

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

Методы

◆ getMap()

static getMap ( )
static

Get map.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Get table name.

Возвращает
string

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

◆ onDelete()

static onDelete ( Main\Entity\Event $event)
static

Handler of event onDelete

Аргументы
Main\Entity\Event$eventEvent.
Возвращает
Main\Entity\EventResult
Исключения

Bitrix\Main\ArgumentException

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

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

◆ STATUS_ABORT

const STATUS_ABORT = 'A'

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

◆ STATUS_NEW

const STATUS_NEW = 'N'

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

◆ STATUS_PART

const STATUS_PART = 'P'

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

◆ STATUS_SENT

const STATUS_SENT = 'S'

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

◆ STATUS_SENT_WITH_ERRORS

const STATUS_SENT_WITH_ERRORS = 'E'

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