Bitrix API

ChannelController uses Singleton

FinalYes

Table of Contents

Methods

__wakeup()  : mixed
getChannel()  : Channel|null
getChannels()  : ChannelsCollection
getInstance()  : static
register()  : AddResult
unregister()  : Result

Methods

getChannel()

public getChannel(string $moduleId, string $code) : Channel|null
Parameters
$moduleId : string
$code : string
Return values
Channel|null

getInstance()

public static getInstance() : static
Return values
static

register()

public register(string $moduleId, string $code, int $categoryId, int $userId, string $handlerClass) : AddResult
Parameters
$moduleId : string
$code : string
$categoryId : int
$userId : int
$handlerClass : string
Tags
throws
ReflectionException
throws
NotImplementedException
Return values
AddResult

unregister()

public unregister(string $moduleId, string $code) : Result
Parameters
$moduleId : string
$code : string
Return values
Result

        
On this page

Search results