• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/protobuf/jsonresponse.php
  • Класс: BitrixPullProtobufJsonResponse
  • Вызов: JsonResponse::fromStream
static function fromStream($stream, ProtobufConfiguration $configuration = null)
    {
        return new self($stream, $configuration);
    }