• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/base/mutex.php
  • Класс: BitrixCalendarCoreBaseMutex
  • Вызов: Mutex::__construct
public function __construct(string $name)
{
	$this->cache = Application::getInstance()->getManagedCache();
	$this->name = 'calendar_sync_' . $name . '_mutex';
}