ILIAS  release_7 Revision v7.30-3-g800a261c036
LockHandlerResultilDB.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
4
10{
14 protected $atom;
15
20 public function __construct(\ilAtomQuery $atom)
21 {
22 $this->atom = $atom;
23 }
24
25 public function runAndUnlock() : void
26 {
27 $this->atom->run();
28 }
29
30}
An exception for terminatinating execution or to throw for unit testing.
__construct(\ilAtomQuery $atom)
LockHandlerResultilDB constructor.
Interface ilAtomQuery.