CBPDocumentService::checkCache

  1. Bitrix24 API (v. 23.675.0)
  2. bizproc
  3. CBPDocumentService
  4. checkCache
  • Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/documentservice.php
  • Класс: CBPDocumentService
  • Вызов: CBPDocumentService::checkCache
private function checkCache()
{
	$state = CTimeZone::Enabled();
	if ($this->tzFlag !== null && $this->tzFlag !== $state)
	{
		$this->clearCache();
	}
	$this->tzFlag = $state;
}

Добавить комментарий