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