• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Controller/BaseController.php
  • Класс: BitrixImV2ControllerBaseController
  • Вызов: BaseController::toRestFormat
protected function toRestFormat(RestConvertible ...$entities): array
{
	return (new RestAdapter(...$entities))->toRestFormat();
}