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