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

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

static getTableName ()
 
static getUfId ()
 
static getMap ()
 
static getFilteredFields ()
 
static filterSourceIdParam (string $sourceId)
 
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"
 
const SOURCE_ID_MOBILE = "MOBILE"
 

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

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

Методы

◆ checkFields()

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

SystemException

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

◆ filterSourceIdParam()

static filterSourceIdParam ( string $sourceId)
static

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

◆ getDataById()

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

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

◆ getFilteredFields()

static getFilteredFields ( )
static

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

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ getUfId()

static getUfId ( )
static

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

◆ onAdd()

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

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

◆ onAfterAdd()

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

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

◆ onAfterUpdate()

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

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

◆ onUpdate()

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

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

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

◆ SOURCE_ID_EMAIL

const SOURCE_ID_EMAIL = "EMAIL"

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

◆ SOURCE_ID_MOBILE

const SOURCE_ID_MOBILE = "MOBILE"

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

◆ SOURCE_ID_WEB

const SOURCE_ID_WEB = "WEB"

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