• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_user.php
  • Класс: CTimeManUser
  • Вызов: CTimeManUser::_cacheId
protected function _cacheId()
{
	if (!empty($this->CACHE_ID))
	{
		return $this->CACHE_ID;
	}
	else
	{
		return ($this->CACHE_ID = 'TIMEMAN_USER_' . $this->USER_ID . '|' . FORMAT_DATETIME);
	}
}