• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/stat/statistics.php
  • Класс: BitrixSenderStatStatistics
  • Вызов: Statistics::setCacheTtl
public function setCacheTtl($cacheTtl)
{
	$this->cacheTtl = $cacheTtl;
	return $this;
}