1<?
php declare(strict_types=1);
28 $lock = $this->db->buildAtomQuery();
29 foreach ($table_names as $table_name) {
30 $lock->addTableLock($table_name);
An exception for terminatinating execution or to throw for unit testing.
__construct(\ilDBInterface $db)
LockHandlerilDB constructor.
lockTables(array $table_names, callable $during)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...