LogComment
Table of Contents
Constants
- EVENT_ID_CALENDAR_COMMENT = 'calendar_comment'
- EVENT_ID_CRM_ACTIVITY_ADD_COMMENT = 'crm_activity_add_comment'
- EVENT_ID_FORUM_COMMENT = 'forum'
- EVENT_ID_LISTS_NEW_ELEMENT_COMMENT = 'lists_new_element_comment'
- EVENT_ID_TASKS_COMMENT = 'tasks_comment'
- EVENT_ID_TIMEMAN_ENTRY_COMMENT = 'timeman_entry_comment'
- EVENT_ID_TIMEMAN_REPORT_COMMENT = 'report_comment'
- EVENT_ID_WIKI_COMMENT = 'wiki_comment'
Methods
- getEventIdList() : mixed
- onIndexGetContent() : EventResult
- Return content for LogIndex.
Constants
EVENT_ID_CALENDAR_COMMENT
public
mixed
EVENT_ID_CALENDAR_COMMENT
= 'calendar_comment'
EVENT_ID_CRM_ACTIVITY_ADD_COMMENT
public
mixed
EVENT_ID_CRM_ACTIVITY_ADD_COMMENT
= 'crm_activity_add_comment'
EVENT_ID_FORUM_COMMENT
public
mixed
EVENT_ID_FORUM_COMMENT
= 'forum'
EVENT_ID_LISTS_NEW_ELEMENT_COMMENT
public
mixed
EVENT_ID_LISTS_NEW_ELEMENT_COMMENT
= 'lists_new_element_comment'
EVENT_ID_TASKS_COMMENT
public
mixed
EVENT_ID_TASKS_COMMENT
= 'tasks_comment'
EVENT_ID_TIMEMAN_ENTRY_COMMENT
public
mixed
EVENT_ID_TIMEMAN_ENTRY_COMMENT
= 'timeman_entry_comment'
EVENT_ID_TIMEMAN_REPORT_COMMENT
public
mixed
EVENT_ID_TIMEMAN_REPORT_COMMENT
= 'report_comment'
EVENT_ID_WIKI_COMMENT
public
mixed
EVENT_ID_WIKI_COMMENT
= 'wiki_comment'
Methods
getEventIdList()
public
static getEventIdList() : mixed
onIndexGetContent()
Return content for LogIndex.
public
static onIndexGetContent(Event $event) : EventResult
Parameters
- $event : Event
-
Event from LogIndex::setIndex().