• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/documentsessionmanager.php
  • Класс: BitrixDiskDocumentOnlyOfficeDocumentSessionManager
  • Вызов: DocumentSessionManager::lock
public function lock(): bool
{
	$connection = Application::getConnection();

	return $connection->lock($this->getLockKey(), self::LOCK_LIMIT);
}