ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Data Structures | |
class | AbstractBackend |
This is an Abstract clas for lock backends. More... | |
class | AbstractTest |
interface | BackendInterface |
If you are defining your own Locks backend, you must implement this interface. More... | |
class | File |
This Locks backend stores all locking information in a single file. More... | |
class | FileTest |
class | Mock |
Locks Mock backend. More... | |
class | PDO |
The Lock manager allows you to handle all file-locks centrally. More... | |
class | PDOMySQLTest |
class | PDOPgSqlTest |
class | PDOSqliteTest |
class | PDOTest |