• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/message/adapter.php
  • Класс: BitrixSenderMessageAdapter
  • Вызов: Adapter::hasStatistics
public function hasStatistics()
{
	switch ($this->getCode())
	{
		case iBase::CODE_MAIL:
			return true;

		default:
			return false;
	}
}