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

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

static getTableName ()
 
static getMap ()
 
static onBeforeAdd (Entity\Event $event)
 

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

const CODE_QUANTITY_ON = 1
 
const CODE_QUANTITY_OFF = 2
 
const SUCCESS = 'Y'
 
const FAILURE = 'N'
 

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

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

Методы

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ onBeforeAdd()

static onBeforeAdd ( Entity\Event $event)
static

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

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

◆ CODE_QUANTITY_OFF

const CODE_QUANTITY_OFF = 2

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

◆ CODE_QUANTITY_ON

const CODE_QUANTITY_ON = 1

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

◆ FAILURE

const FAILURE = 'N'

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

◆ SUCCESS

const SUCCESS = 'Y'

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