|
MediaWiki
REL1_23
|
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 253 of file LockManager.php.
| NullLockManager::doLock | ( | array $ | paths, |
| $ | type | ||
| ) | [protected] |
Lock resources with the given keys and lock type.
| array | $paths | List of paths |
| int | $type | LockManager::LOCK_* constant |
Reimplemented from LockManager.
Definition at line 254 of file LockManager.php.
| NullLockManager::doUnlock | ( | array $ | paths, |
| $ | type | ||
| ) | [protected] |
Unlock resources with the given keys and lock type.
| array | $paths | List of paths |
| int | $type | LockManager::LOCK_* constant |
Reimplemented from LockManager.
Definition at line 258 of file LockManager.php.