|
MediaWiki
REL1_22
|
Simple version of LockManager that does nothing. More...


Protected Member Functions | |
| doLock (array $paths, $type) | |
| Lock resources with the given keys and lock type. | |
| doUnlock (array $paths, $type) | |
| Unlock resources with the given keys and lock type. | |
Simple version of LockManager that does nothing.
Definition at line 250 of file LockManager.php.
| NullLockManager::doLock | ( | array $ | paths, |
| $ | type | ||
| ) | [protected] |
Lock resources with the given keys and lock type.
| array | $paths | List of paths |
| $type | integer LockManager::LOCK_* constant |
Reimplemented from LockManager.
Definition at line 251 of file LockManager.php.
| NullLockManager::doUnlock | ( | array $ | paths, |
| $ | type | ||
| ) | [protected] |
Unlock resources with the given keys and lock type.
| array | $paths | List of paths |
| $type | integer LockManager::LOCK_* constant |
Reimplemented from LockManager.
Definition at line 255 of file LockManager.php.