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