...Человеческий поиск в разработке...
- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/transport/adapter.php
- Класс: Bitrix\Sender\Transport\Adapter
- Вызов: Adapter::getDuration
public function getDuration($message = null) { if (!($this->transport instanceof iDuration)) { return 0; } return $this->transport->getDuration($message); }