LCStore_Null Class Reference

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

Inherits LCStore.

List of all members.

Public Member Functions

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


Detailed Description

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

Definition at line 913 of file LocalisationCache.php.


Member Function Documentation

LCStore_Null::finishWrite (  ) 

Finish a write transaction.

Implements LCStore.

Definition at line 919 of file LocalisationCache.php.

LCStore_Null::get ( code,
key 
)

Get a value.

Parameters:
$code Language code
$key Cache key

Implements LCStore.

Definition at line 914 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.

Implements LCStore.

Definition at line 920 of file LocalisationCache.php.

LCStore_Null::startWrite ( code  ) 

Start a write transaction.

Parameters:
$code Language code

Implements LCStore.

Definition at line 918 of file LocalisationCache.php.


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

Generated on Sat Apr 30 22:57:41 2011 for MediaWiki by  doxygen 1.5.9