Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Log

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

static getEventIdList ()
 
static onIndexGetContent (Event $event)
 

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

const EVENT_ID_POST = 'blog_post'
 
const EVENT_ID_POST_IMPORTANT = 'blog_post_important'
 
const EVENT_ID_POST_VOTE = 'blog_post_vote'
 
const EVENT_ID_POST_GRAT = 'blog_post_grat'
 

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

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

Методы

◆ getEventIdList()

static getEventIdList ( )
static

Returns set EVENT_ID processed by handler to generate content for full index.

Аргументы
void
Возвращает
array

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

◆ onIndexGetContent()

static onIndexGetContent ( Event $event)
static

Returns content for LogIndex.

Аргументы
Event$eventEvent from LogIndex::setIndex().
Возвращает
EventResult

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

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

◆ EVENT_ID_POST

const EVENT_ID_POST = 'blog_post'

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

◆ EVENT_ID_POST_GRAT

const EVENT_ID_POST_GRAT = 'blog_post_grat'

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

◆ EVENT_ID_POST_IMPORTANT

const EVENT_ID_POST_IMPORTANT = 'blog_post_important'

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

◆ EVENT_ID_POST_VOTE

const EVENT_ID_POST_VOTE = 'blog_post_vote'

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