Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
MediaWiki\Extension\Translate\MessageLoading\HashMessageIndex Class Reference

Storage on hash. More...

Inheritance diagram for MediaWiki\Extension\Translate\MessageLoading\HashMessageIndex:
MediaWiki\Extension\Translate\MessageLoading\MessageIndexStore

Public Member Functions

 retrieve (bool $readLatest=false)
 
 get (string $key)
 @inheritDoc
 
 store (array $array, array $diff)
 @inheritDoc
 
- Public Member Functions inherited from MediaWiki\Extension\Translate\MessageLoading\MessageIndexStore
 getKeys ()
 

Additional Inherited Members

- Protected Member Functions inherited from MediaWiki\Extension\Translate\MessageLoading\MessageIndexStore
 serialize ( $data)
 These are probably slower than serialize and unserialize, but they are more space efficient because we only need strings and arrays.
 
 unserialize ( $data)
 

Detailed Description

Storage on hash.

For testing.

Definition at line 7 of file HashMessageIndex.php.

Member Function Documentation

◆ get()

MediaWiki\Extension\Translate\MessageLoading\HashMessageIndex::get ( string $key)

@inheritDoc

Reimplemented from MediaWiki\Extension\Translate\MessageLoading\MessageIndexStore.

Definition at line 15 of file HashMessageIndex.php.

◆ retrieve()

MediaWiki\Extension\Translate\MessageLoading\HashMessageIndex::retrieve ( bool $readLatest = false)

◆ store()

MediaWiki\Extension\Translate\MessageLoading\HashMessageIndex::store ( array $array,
array $diff )

@inheritDoc

Reimplemented from MediaWiki\Extension\Translate\MessageLoading\MessageIndexStore.

Definition at line 20 of file HashMessageIndex.php.


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