• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/Permission.php
  • Класс: BitrixImV2ChatPermission
  • Вызов: Permission::__construct
public function __construct(bool $jsonFormat = true)
{
	$this->jsonFormat = $jsonFormat;
	$this->converter = new Converter(Converter::KEYS | Converter::VALUES | Converter::RECURSIVE | Converter::TO_CAMEL | Converter::LC_FIRST);
}