MediaWiki  REL1_20
LCStore_Null Class Reference

Null store backend, used to avoid DB errors during install. More...

Inheritance diagram for LCStore_Null:
Collaboration diagram for LCStore_Null:

List of all members.

Public Member Functions

 finishWrite ()
 Finish a write transaction.
 get ($code, $key)
 Get a value.
 set ($key, $value)
 Set a key to a given value.
 startWrite ($code)
 Start a write transaction.

Detailed Description

Null store backend, used to avoid DB errors during install.

Definition at line 1167 of file LocalisationCache.php.


Member Function Documentation

Finish a write transaction.

Implements LCStore.

Definition at line 1173 of file LocalisationCache.php.

LCStore_Null::get ( code,
key 
)

Get a value.

Parameters:
$codestring Language code
$keystring Cache key

Implements LCStore.

Definition at line 1168 of file LocalisationCache.php.

LCStore_Null::set ( key,
value 
)

Set a key to a given value.

startWrite() must be called before this is called, and finishWrite() must be called afterwards.

Parameters:
$key
$value

Implements LCStore.

Definition at line 1174 of file LocalisationCache.php.

Start a write transaction.

Parameters:
$codeLanguage code

Implements LCStore.

Definition at line 1172 of file LocalisationCache.php.


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