• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/call.php
  • Класс: BitrixVoximplantCall
  • Вызов: Call::updateLastPingDate
public function updateLastPingDate(DateTime $lastPingDate)
{
	$this->update(['LAST_PING' => $lastPingDate]);
}