MediaWiki  REL1_20
NullLockManager Class Reference

Simple version of LockManager that does nothing. More...

Inheritance diagram for NullLockManager:
Collaboration diagram for NullLockManager:

List of all members.

Protected Member Functions

 doLock (array $paths, $type)
 doUnlock (array $paths, $type)

Detailed Description

Simple version of LockManager that does nothing.

Since:
1.19

Definition at line 399 of file LockManager.php.


Member Function Documentation

NullLockManager::doLock ( array $  paths,
type 
) [protected]
See also:
LockManager::doLock()
Parameters:
$pathsarray
$typeint
Returns:
Status

Reimplemented from LockManager.

Definition at line 406 of file LockManager.php.

NullLockManager::doUnlock ( array $  paths,
type 
) [protected]
See also:
LockManager::doUnlock()
Parameters:
$pathsarray
$typeint
Returns:
Status

Reimplemented from LockManager.

Definition at line 416 of file LockManager.php.


The documentation for this class was generated from the following file: