|
MediaWiki
REL1_19
|
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 174 of file LockManager.php.
| NullLockManager::doLock | ( | array $ | paths, |
| $ | type | ||
| ) | [protected] |
Lock resources with the given keys and lock type.
| $paths | Array List of storage paths |
| $type | integer LockManager::LOCK_* constant |
Reimplemented from LockManager.
Definition at line 175 of file LockManager.php.
References Status\newGood().

| NullLockManager::doUnlock | ( | array $ | paths, |
| $ | type | ||
| ) | [protected] |
Unlock resources with the given keys and lock type.
| $paths | Array List of storage paths |
| $type | integer LockManager::LOCK_* constant |
Reimplemented from LockManager.
Definition at line 179 of file LockManager.php.
References Status\newGood().
