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
public
mixed
CATEGORY_COMMENTS_OPERATIONS
= 'comments_operations'
CATEGORY_POSTS_OPERATIONS
public
mixed
CATEGORY_POSTS_OPERATIONS
= 'posts_operations'
public
mixed
ELEMENT_ADD_COMMENT_FIELD
= 'add_comment_field'
public
mixed
ELEMENT_COMMENT_BUTTON
= 'comment_button'
ELEMENT_QUOTE
public
mixed
ELEMENT_QUOTE
= 'quote'
public
mixed
ELEMENT_REPLY_BUTTON
= 'reply_button'
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'
public
mixed
TOOL_FEED
= 'feed'
TYPE_ANNOUNCEMENT
public
mixed
TYPE_ANNOUNCEMENT
= 'announcement'
TYPE_APPRECIATION
public
mixed
TYPE_APPRECIATION
= 'appreciation'
TYPE_POLL
public
mixed
TYPE_POLL
= 'poll'
TYPE_POST
public
mixed
TYPE_POST
= 'post'
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
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>
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>
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>
= []
-