Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс BotData
+ Граф наследования:BotData:

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

 getId ()
 
 getCode ()
 
 getBotData ()
 
 toRestFormat (array $option=[])
 
 getCommands ()
 

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

static getInstance (?int $id)
 
static getRestEntityName ()
 
static cleanCache (int $id)
 

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

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

Методы

◆ cleanCache()

static cleanCache ( int $id)
static

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

◆ getBotData()

getBotData ( )

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

◆ getCode()

getCode ( )

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

◆ getCommands()

getCommands ( )

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

◆ getId()

getId ( )

Returns the id of the entity

Возвращает
int|null

Замещает Entity.

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

◆ getInstance()

static getInstance ( ?int $id)
static

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

◆ getRestEntityName()

static getRestEntityName ( )
static

Returns the name of the entity that will be used in the rest response

Возвращает
string

Замещает RestConvertible.

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

◆ toRestFormat()

toRestFormat ( array $option = [])

Returns an array in JSON like format to return the entity as a rest response.

Аргументы
array$option
Возвращает
array

Замещает RestConvertible.

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