ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
Interface ilAtomQuery.
__construct(\ilAtomQuery $atom)
LockHandlerResultilDB constructor.