• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/protobuf/receiver.php
  • Класс: BitrixPullProtobufReceiver
  • Вызов: Receiver::setId
public function setId($value = null)
    {
        if ($value !== null && ! $value instanceof ProtobufStream) {
            $value = ProtobufStream::wrap($value);
        }

        $this->id = $value;
    }