Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Channel

Открытые члены

 getId ()
 
 getUserId ()
 
 getPrivateId ()
 
 getPublicId ()
 
 getSignedPublicId ()
 
 getType ()
 
 getDateCreate ()
 

Открытые статические члены

static createWithTag (string $tag)
 
static createRandom ()
 
static getShared ()
 
static createWithFields (array $fields)
 

Защищенные данные

 $id
 
 $userId
 
 $privateId
 
 $publicId
 
 $type = \CPullChannel::TYPE_PRIVATE
 
 $dateCreate
 

Подробное описание

См. определение в файле channel.php строка 8

Методы

◆ createRandom()

static createRandom ( )
static

См. определение в файле channel.php строка 27

◆ createWithFields()

static createWithFields ( array $fields)
static

См. определение в файле channel.php строка 53

◆ createWithTag()

static createWithTag ( string $tag)
static

См. определение в файле channel.php строка 17

◆ getDateCreate()

getDateCreate ( )

См. определение в файле channel.php строка 106

◆ getId()

getId ( )

См. определение в файле channel.php строка 76

◆ getPrivateId()

getPrivateId ( )

См. определение в файле channel.php строка 86

◆ getPublicId()

getPublicId ( )

См. определение в файле channel.php строка 91

◆ getShared()

static getShared ( )
static

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

Возвращает
Channel
Исключения
SystemException

См. определение в файле channel.php строка 42

◆ getSignedPublicId()

getSignedPublicId ( )

См. определение в файле channel.php строка 96

◆ getType()

getType ( )

См. определение в файле channel.php строка 101

◆ getUserId()

getUserId ( )

См. определение в файле channel.php строка 81

Данные класса

◆ $dateCreate

$dateCreate
protected

См. определение в файле channel.php строка 15

◆ $id

$id
protected

См. определение в файле channel.php строка 10

◆ $privateId

$privateId
protected

См. определение в файле channel.php строка 12

◆ $publicId

$publicId
protected

См. определение в файле channel.php строка 13

◆ $type

$type = \CPullChannel::TYPE_PRIVATE
protected

См. определение в файле channel.php строка 14

◆ $userId

$userId
protected

См. определение в файле channel.php строка 11