|
Single access point to application-wide locker implementation.
More...
Inheritance diagram for SemaphorePool:
[legend]List of all members.
Detailed Description
Single access point to application-wide locker implementation.
- See also:
- SystemFiveLocker for default locker
FileLocker for 'universal' locker
DirectoryLocker for slow and dirty locker
eAcceleratorLocker for eA-based locker
Definition at line 23 of file SemaphorePool.class.php.
Constructor & Destructor Documentation
| SemaphorePool::__construct |
( |
|
) |
[protected] |
| SemaphorePool::__destruct |
( |
|
) |
|
Member Function Documentation
| static SemaphorePool::setDefaultLocker |
( |
$ |
name |
) |
[static] |
| static SemaphorePool::me |
( |
|
) |
[static] |
| SemaphorePool::get |
( |
$ |
key |
) |
|
| SemaphorePool::free |
( |
$ |
key |
) |
|
| SemaphorePool::drop |
( |
$ |
key |
) |
|
Member Data Documentation
SemaphorePool::$locker = null [static, private] |
The documentation for this class was generated from the following file:
|
|