ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
AbstractBackend.php
Go to the documentation of this file.
1<?php
2
4
16abstract class AbstractBackend implements BackendInterface {
17
18}
An exception for terminatinating execution or to throw for unit testing.
This is an Abstract clas for lock backends.
If you are defining your own Locks backend, you must implement this interface.