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

	return $this;
}