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

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

static getTableName ()
 
static getMap ()
 
static validateEmailTemplate ()
 
static validateNotifyModule ()
 
static validateNotifyEvent ()
 
static validateNotifyTag ()
 
static validateNotifySubTag ()
 
static validateNotifyTitle ()
 
static getCurrentDate ()
 
static indexRecord ($id)
 
static deleteBatch (array $filter)
 
static withUnreadOnly (Query $query)
 
static withViewedOnly (Query $query)
 
static withReadOnly (Query $query)
 

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

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

Методы

◆ deleteBatch()

static deleteBatch ( array $filter)
static

Deletes rows by filter.

Аргументы
array$filterFilter does not look like filter in getList. It depends by current implementation.
Возвращает
void

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

◆ getCurrentDate()

static getCurrentDate ( )
static

Return current date for DATE_CREATE field.

Возвращает
\Bitrix\Main\Type\DateTime

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

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ indexRecord()

static indexRecord ( $id)
static

Add message data to MessageIndex table

Аргументы
$id
Возвращает
bool|void
Исключения
Main

ArgumentException

Исключения
Main

ObjectPropertyException

Исключения
Main

SystemException

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

◆ validateEmailTemplate()

static validateEmailTemplate ( )
static

Returns validators for EMAIL_TEMPLATE field.

Возвращает
array

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

◆ validateNotifyEvent()

static validateNotifyEvent ( )
static

Returns validators for NOTIFY_EVENT field.

Возвращает
array

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

◆ validateNotifyModule()

static validateNotifyModule ( )
static

Returns validators for NOTIFY_MODULE field.

Возвращает
array

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

◆ validateNotifySubTag()

static validateNotifySubTag ( )
static

Returns validators for NOTIFY_SUB_TAG field.

Возвращает
array

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

◆ validateNotifyTag()

static validateNotifyTag ( )
static

Returns validators for NOTIFY_TAG field.

Возвращает
array

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

◆ validateNotifyTitle()

static validateNotifyTitle ( )
static

Returns validators for NOTIFY_TITLE field.

Возвращает
array

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

◆ withReadOnly()

static withReadOnly ( Query $query)
static

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

◆ withUnreadOnly()

static withUnreadOnly ( Query $query)
static

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

◆ withViewedOnly()

static withViewedOnly ( Query $query)
static

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