Bitrix API

Analytics

Table of Contents

Constants

CATEGORY_COMMENTS_OPERATIONS  = 'comments_operations'
CATEGORY_POSTS_OPERATIONS  = 'posts_operations'
ELEMENT_ADD_COMMENT_FIELD  = 'add_comment_field'
ELEMENT_COMMENT_BUTTON  = 'comment_button'
ELEMENT_QUOTE  = 'quote'
ELEMENT_REPLY_BUTTON  = 'reply_button'
EVENT_COMMENT_CREATE  = 'comment_create'
EVENT_POST_CREATE  = 'post_create'
SECTION_FEED  = 'feed'
SECTION_PROJECT  = 'project'
STATUS_ERROR  = 'error'
STATUS_SUCCESS  = 'success'
TOOL_FEED  = 'feed'
TYPE_ANNOUNCEMENT  = 'announcement'
TYPE_APPRECIATION  = 'appreciation'
TYPE_POLL  = 'poll'
TYPE_POST  = 'post'

Methods

getCategories()  : array<string|int, mixed>
getElements()  : array<string|int, mixed>
getEvents()  : array<string|int, mixed>
getInstance()  : static
getSections()  : array<string|int, mixed>
getStatuses()  : array<string|int, mixed>
getSubSections()  : array<string|int, mixed>
getTools()  : array<string|int, mixed>
getTypes()  : array<string|int, mixed>
onCommentAdd()  : void
onPostCreate()  : void

Constants

CATEGORY_COMMENTS_OPERATIONS

public mixed CATEGORY_COMMENTS_OPERATIONS = 'comments_operations'

CATEGORY_POSTS_OPERATIONS

public mixed CATEGORY_POSTS_OPERATIONS = 'posts_operations'

ELEMENT_ADD_COMMENT_FIELD

public mixed ELEMENT_ADD_COMMENT_FIELD = 'add_comment_field'

ELEMENT_COMMENT_BUTTON

public mixed ELEMENT_COMMENT_BUTTON = 'comment_button'

ELEMENT_QUOTE

public mixed ELEMENT_QUOTE = 'quote'

ELEMENT_REPLY_BUTTON

public mixed ELEMENT_REPLY_BUTTON = 'reply_button'

EVENT_COMMENT_CREATE

public mixed EVENT_COMMENT_CREATE = 'comment_create'

EVENT_POST_CREATE

public mixed EVENT_POST_CREATE = 'post_create'

SECTION_FEED

public mixed SECTION_FEED = 'feed'

SECTION_PROJECT

public mixed SECTION_PROJECT = 'project'

STATUS_ERROR

public mixed STATUS_ERROR = 'error'

STATUS_SUCCESS

public mixed STATUS_SUCCESS = 'success'

TYPE_ANNOUNCEMENT

public mixed TYPE_ANNOUNCEMENT = 'announcement'

TYPE_APPRECIATION

public mixed TYPE_APPRECIATION = 'appreciation'

Methods

getCategories()

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

getElements()

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

getEvents()

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

getInstance()

public static getInstance() : static
Return values
static

getSections()

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

getStatuses()

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

getSubSections()

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

getTools()

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

getTypes()

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

onCommentAdd()

public onCommentAdd(string|null $section, string|null $element, bool $status, string $type[, array<string|int, mixed> $params = [] ]) : void
Parameters
$section : string|null
$element : string|null
$status : bool
$type : string
$params : array<string|int, mixed> = []

onPostCreate()

public onPostCreate(string|null $section, string|null $element, bool $status, string $type[, array<string|int, mixed> $params = [] ]) : void
Parameters
$section : string|null
$element : string|null
$status : bool
$type : string
$params : array<string|int, mixed> = []

        
On this page

Search results