Bitrix API

Log

Table of Contents

Constants

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

Methods

getEventIdList()  : array<string|int, mixed>
Returns set EVENT_ID processed by handler to generate content for full index.
onIndexGetContent()  : EventResult
Returns content for LogIndex.

Constants

EVENT_ID_POST

public mixed EVENT_ID_POST = 'blog_post'

EVENT_ID_POST_GRAT

public mixed EVENT_ID_POST_GRAT = 'blog_post_grat'

EVENT_ID_POST_IMPORTANT

public mixed EVENT_ID_POST_IMPORTANT = 'blog_post_important'

EVENT_ID_POST_VOTE

public mixed EVENT_ID_POST_VOTE = 'blog_post_vote'

Methods

getEventIdList()

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

public static getEventIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>

onIndexGetContent()

Returns content for LogIndex.

public static onIndexGetContent(Event $event) : EventResult
Parameters
$event : Event

Event from LogIndex::setIndex().

Return values
EventResult

        
On this page

Search results