Bitrix API

Channel

Table of Contents

Methods

createRandom()  : Channel
createWithFields()  : Channel
createWithTag()  : Channel
getDateCreate()  : DateTime
getId()  : int|null
getPrivateId()  : string
getPublicId()  : string
getShared()  : Channel
Returns Channel instance, suitable for sending to the shared channel.
getSignedPublicId()  : string
getType()  : string
getUserId()  : int|null

Methods

createWithFields()

public static createWithFields(array<string|int, mixed> $fields) : Channel
Parameters
$fields : array<string|int, mixed>
Return values
Channel

createWithTag()

public static createWithTag(string $tag) : Channel
Parameters
$tag : string
Return values
Channel

getId()

public getId() : int|null
Return values
int|null

getPrivateId()

public getPrivateId() : string
Return values
string

getPublicId()

public getPublicId() : string
Return values
string

getShared()

Returns Channel instance, suitable for sending to the shared channel.

public static getShared() : Channel
Tags
throws
SystemException
Return values
Channel

getSignedPublicId()

public getSignedPublicId() : string
Return values
string

getType()

public getType() : string
Return values
string

getUserId()

public getUserId() : int|null
Return values
int|null

        
On this page

Search results