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

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

static getTableName ()
 
static getUfId ()
 
static getMap ()
 
static getFilteredFields ()
 
static onAdd (Main\ORM\Event $event)
 
static onAfterAdd (Main\ORM\Event $event)
 
static getDataById ($id, $ttl=84600)
 
static onUpdate (Main\ORM\Event $event)
 
static onAfterUpdate (Main\ORM\Event $event)
 
static checkFields (Result $result, $primary, array $data)
 

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

const SOURCE_ID_EMAIL = "EMAIL"
 
const SOURCE_ID_WEB = "WEB"
 

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

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

Методы

◆ checkFields()

static checkFields ( Result  $result,
  $primary,
array  $data 
)
static
Аргументы
Result$result
mixed$primary
array$data
Исключения
ArgumentException
Main

SystemException

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

◆ getDataById()

static getDataById (   $id,
  $ttl = 84600 
)
static

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

◆ getFilteredFields()

static getFilteredFields ( )
static

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

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ getUfId()

static getUfId ( )
static

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

◆ onAdd()

static onAdd ( Main\ORM\Event  $event)
static
Аргументы
Main\ORM\Event$event
Возвращает
Main\ORM\EventResult

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

◆ onAfterAdd()

static onAfterAdd ( Main\ORM\Event  $event)
static
Аргументы
Main\ORM\Event$event
Возвращает
void

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

◆ onAfterUpdate()

static onAfterUpdate ( Main\ORM\Event  $event)
static
  • *
    Аргументы
    Main\ORM\Event$event
  • *
    Возвращает
    void

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

◆ onUpdate()

static onUpdate ( Main\ORM\Event  $event)
static
Аргументы
Main\ORM\Event$event
Возвращает
Main\ORM\EventResult|void

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

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

◆ SOURCE_ID_EMAIL

const SOURCE_ID_EMAIL = "EMAIL"

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

◆ SOURCE_ID_WEB

const SOURCE_ID_WEB = "WEB"

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