• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/controller/timer.php
  • Класс: BitrixImOpenLinesControllerTimer
  • Вызов: Timer::setTimeLimit
public function setTimeLimit($timeLimit): self
{
	$this->timeLimit = $timeLimit;

	return $this;
}