MediaWiki
REL1_40
LCStore.php
Go to the documentation of this file.
1
<?php
40
interface
LCStore
{
41
47
public
function
get
( $code, $key );
48
53
public
function
startWrite
( $code );
54
58
public
function
finishWrite
();
59
66
public
function
set
( $key, $value );
67
68
}
LCStore
Interface for the persistence layer of LocalisationCache.
Definition
LCStore.php:40
LCStore\startWrite
startWrite( $code)
Start a write transaction.
LCStore\finishWrite
finishWrite()
Finish a write transaction.
includes
language
LCStore.php
Generated on Thu Jun 27 2024 14:03:03 for MediaWiki by
1.10.0