53 if ( isset( $conf[
'directory'] ) ) {
61 if ( !isset( $this->readers[
$code] ) ) {
64 $this->readers[
$code] =
false;
65 if ( file_exists( $fileName ) ) {
69 wfDebug( __METHOD__ .
": unable to open cdb file for reading\n" );
74 if ( !$this->readers[$code] ) {
81 wfDebug( __METHOD__ .
": \Cdb\Exception caught, error message was "
82 . $e->getMessage() .
"\n" );
95 throw new MWException(
"Unable to create the localisation store " .
96 "directory \"{$this->directory}\"" );
101 if ( !empty( $this->readers[
$code] ) ) {
102 $this->readers[
$code]->close();
110 $this->currentLang =
$code;
121 unset( $this->readers[$this->currentLang] );
122 $this->currentLang = null;
126 if ( is_null( $this->
writer ) ) {
127 throw new MWException( __CLASS__ .
': must call startWrite() before calling set()' );
137 if ( strval(
$code ) ===
'' || strpos(
$code,
'/' ) !==
false ) {
138 throw new MWException( __METHOD__ .
": Invalid language \"$code\"" );
141 return "{$this->directory}/l10n_cache-$code.cdb";
magic word the default is to use $key to get the and $key value or $key value text $key value html to format the value $key
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
wfMkdirParents($dir, $mode=null, $caller=null)
Make directory, and make all parent directories if they don't exist.
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging $e
LCStore implementation which stores data as a collection of CDB files in the directory given by $wgCa...
string $currentLang
Current language code.
The most up to date schema for the tables in the database will always be tables sql in the maintenance directory
when a variable name is used in a it is silently declared as a new local masking the global
wfDebug($text, $dest= 'all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
$wgCacheDirectory
Directory for caching data in the local filesystem.
set($key, $value)
Set a key to a given value.
startWrite($code)
Start a write transaction.
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
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Interface for the persistence layer of LocalisationCache.
finishWrite()
Finish a write transaction.
bool string $directory
Cache directory.