• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/protobuf/incomingmessage.php
  • Класс: BitrixPullProtobufIncomingMessage
  • Вызов: IncomingMessage::clear
public function clear()
    {
        $this->receivers = null;
        $this->sender = null;
        $this->body = null;
        $this->expiry = null;
        $this->type = null;
    }