Bitrix API

EventHandler

Class EventHandler

Table of Contents

Constants

BATCH_CALL_COSTS  = 'telephony_call_costs'
BATCH_GENERAL_ANALYSIS  = 'telephony_general_analysis'
BATCH_GROUP_TELEPHONY_GENERAL  = 'telephony_general'
BATCH_MANAGERS_EFFICIENCY  = 'telephony_managers_efficiency'
REST_BOARD_BATCH_KEY_TEMPLATE  = 'rest_placement_'
REST_BOARD_KEY_TEMPLATE  = 'rest_app_#APP_ID#_#HANDLER_ID#'

Methods

onAnalyticPageBatchCollect()  : array<string|int, AnalyticBoardBatch>
Collects groups of reports.
onAnalyticPageCollect()  : array<string|int, AnalyticBoard>
Collects report boards.
onDefaultBoardsCollect()  : array<string|int, Dashboard>
onReportCategoriesCollect()  : array<string|int, Category>
Collects report categories.
onReportHandlerCollect()  : array<string|int, BaseReport>
Collects report handlers.
onViewsCollect()  : array<string|int, mixed>
Collects report views.

Constants

BATCH_CALL_COSTS

public mixed BATCH_CALL_COSTS = 'telephony_call_costs'

BATCH_GENERAL_ANALYSIS

public mixed BATCH_GENERAL_ANALYSIS = 'telephony_general_analysis'

BATCH_GROUP_TELEPHONY_GENERAL

public mixed BATCH_GROUP_TELEPHONY_GENERAL = 'telephony_general'

BATCH_MANAGERS_EFFICIENCY

public mixed BATCH_MANAGERS_EFFICIENCY = 'telephony_managers_efficiency'

REST_BOARD_BATCH_KEY_TEMPLATE

public mixed REST_BOARD_BATCH_KEY_TEMPLATE = 'rest_placement_'

REST_BOARD_KEY_TEMPLATE

public mixed REST_BOARD_KEY_TEMPLATE = 'rest_app_#APP_ID#_#HANDLER_ID#'

Methods

onReportCategoriesCollect()

Collects report categories.

public static onReportCategoriesCollect() : array<string|int, Category>
Return values
array<string|int, Category>

onReportHandlerCollect()

Collects report handlers.

public static onReportHandlerCollect() : array<string|int, BaseReport>
Return values
array<string|int, BaseReport>

onViewsCollect()

Collects report views.

public static onViewsCollect() : array<string|int, mixed>
Tags
throws
LoaderException
Return values
array<string|int, mixed>

        
On this page

Search results