• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/tools/lock.php
  • Класс: BitrixImOpenLinesToolsLock
  • Вызов: Lock::__construct
private function __construct()
{
	$this->unigId = self::generateUniqId();

	$this->connection = Application::getConnection();
	$this->sqlHelper = $this->connection->getSqlHelper();

	$this->connection->queryExecute('DELETE FROM ' . LockTable::getTableName() . ' WHERE LOCK_TIME < NOW()');
}