• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/runtime/timer.php
  • Класс: Bitrix\Sender\Runtime\Timer
  • Вызов: Timer::startTime
public function startTime()
{
	if ($this->timeout)
	{
		$this->timeAtStart = getmicrotime();
		@set_time_limit(0);
	}

	return $this;
}