ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
Details.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24use ilAtomQuery;
25
26interface Details
27{
28 public function supportsTransactions(): bool;
30}
atomQuery(ilDBInterface $db)
Interface ilAtomQuery Use ilAtomQuery to fire Database-Actions which have to be done without beeing i...
Definition: ilAtomQuery.php:28
Interface ilDBInterface.