MediaWiki REL1_33
MockCompletionSearchEngine.php
Go to the documentation of this file.
1<?php
2
8 private static $results = [];
9
13 public static function clearMockResults() {
14 self::$results = [];
15 }
16
28 public static function addMockResults( $query, array $result ) {
29 // Leading : ensures we don't treat another : as a namespace separator
30 $normalized = mb_strtolower( Title::newFromText( ":$query" )->getText() );
31 self::$results[$normalized] = $result;
32 }
33
34 public function completionSearchBackend( $search ) {
35 $search = mb_strtolower( $search );
36 if ( !isset( self::$results[$search] ) ) {
38 }
39 $results = array_slice( self::$results[$search], $this->offset, $this->limit );
40
42 }
43}
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
SearchEngine implementation for returning mocked completion search results.
static addMockResults( $query, array $result)
Allows returning arbitrary lists of titles for completion search.
completionSearchBackend( $search)
Perform a completion search.
static clearMockResults()
Reset any mocked results.
Contain a class for special pages.
static fromStrings(array $titles, $hasMoreResults=false)
Builds a new set of suggestion based on a string array.
namespace being checked & $result
Definition hooks.txt:2340
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
Definition hooks.txt:1617
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))