• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Settings/Preset/Preset.php
  • Класс: BitrixImV2SettingsPresetPreset
  • Вызов: Preset::toRestFormat
public function toRestFormat(array $option = []): array
{
	return [
		'id' => $this->getId(),
		'name' => $this->getName(),
		'sort' => $this->getSort(),
		'userId' => $this->getPersonalUserId(),
		'general' => $this->general->toRestFormat(),
		'notify' => $this->notify->toRestFormat(),
	];
}