Backend
Interfaces, Classes and Traits
- BackendInterface
- If you are defining your own Locks backend, you must implement this interface.
- AbstractBackend
- This is an Abstract clas for lock backends.
- File
- This Locks backend stores all locking information in a single file.
- PDO
- The Lock manager allows you to handle all file-locks centrally.
- AbstractTest
- FileTest
- Mock
- Locks Mock backend.
- PDOMySQLTest
- PDOPgSqlTest
- PDOSqliteTest
- PDOTest