Bitrix API

ChannelTrackerManager

Table of Contents

Methods

getAllTrackers()  : array<string|int, IChannelTracker>
Get all registered Channel Trackers
getGroupInfo()  : IChannelGroupInfo|null
Get group info by ID.
getGroupInfos()  : array<string|int, IChannelGroupInfo>
Get Channel Group Info items.
getInfos()  : array<string|int, IChannelInfo>
Get Channel Info items.
getTrackerByType()  : IChannelTracker|null
Get Channel Tracker by Type ID.
initializeUserContext()  : void
Initialize enabled trackers for using by user.
prepareChannelCaption()  : string
Get Channel Caption.
prepareChannelKey()  : string
Get Channel Key.

Methods

initializeUserContext()

Initialize enabled trackers for using by user.

public static initializeUserContext() : void

prepareChannelCaption()

Get Channel Caption.

public static prepareChannelCaption(int $typeID[, array<string|int, mixed>|null $params = null ]) : string
Parameters
$typeID : int

Channel Type ID.

$params : array<string|int, mixed>|null = null

Channel Params.

Return values
string

prepareChannelKey()

Get Channel Key.

public static prepareChannelKey(int $typeID[, array<string|int, mixed>|null $params = null ]) : string
Parameters
$typeID : int

Channel Type ID.

$params : array<string|int, mixed>|null = null

Channel Params.

Return values
string

        
On this page

Search results