MediaWiki REL1_31
LCStore.php
Go to the documentation of this file.
1<?php
38interface LCStore {
39
45 function get( $code, $key );
46
51 function startWrite( $code );
52
56 function finishWrite();
57
64 function set( $key, $value );
65
66}
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable & $code
Definition hooks.txt:865
Interface for the persistence layer of LocalisationCache.
Definition LCStore.php:38
startWrite( $code)
Start a write transaction.
finishWrite()
Finish a write transaction.