• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/user_counter.php
  • Класс: \CCrmUserCounter
  • Вызов: CCrmUserCounter::GetLastCalculatedTime
private function GetLastCalculatedTime()
{
	if($this->lastCalculatedTime === null && $this->optionName !== '')
	{
		$this->lastCalculatedTime = CUserOptions::GetOption('crm', $this->optionName, 0, $this->userID);
	}
	return $this->lastCalculatedTime;
}