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