1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл Param.php

См. исходные тексты.

Пространства имен

namespace  Bitrix\Im\V2\Chat\Param

Функции

 unsetValue ()
 getPrimaryId ()
 setPrimaryId (int $primaryId)
 getParamId ()
 setParamId (int $paramId)
 getChatId ()
 setChatId (int $chatId)
 getName ()
 setName (string $name)
 getType ()
 setType (string $type)
 getValue ()
 setValue ($value)
 hasValue ()
 getJsonValue ()
 setJsonValue ($value)
 isHidden ()
 setHidden (bool $isHidden)
 saveValueFilter ($value)
 loadValueFilter ($value)
 saveJsonFilter ($value)
 loadJsonFilter ($value)
 toRestFormat ()

Переменные

Class Param implements RegistryEntry
Class Param implements ActiveRecord
const TYPE_STRING = 'string'
const TYPE_INT = 'integer'
const TYPE_BOOL = 'boolean'
const TYPE_JSON = 'json'
const TYPE_STRING_ARRAY = 'arrayString'
const TYPE_INT_ARRAY = 'arrayInteger'
const PARAM_TYPES
string $type = null
int $paramId = null
int $chatId = null
string $name = null
string $jsonValue = null
 $value = null
bool $isHidden = false