MediaWiki REL1_39
TitlePrefixSearch Class Reference

Performs prefix search, returning Title objects. More...

Inheritance diagram for TitlePrefixSearch:
Collaboration diagram for TitlePrefixSearch:

Protected Member Functions

 strings (array $strings)
 
 titles (array $titles)
 
- Protected Member Functions inherited from PrefixSearch
 searchBackend ( $namespaces, $search, $limit, $offset)
 Do a prefix search of titles and return a list of matching page names.
 
 specialSearch ( $search, $limit, $offset)
 Prefix search special-case for Special: namespace.
 
 validateNamespaces ( $namespaces)
 Validate an array of numerical namespace indexes.
 

Additional Inherited Members

- Public Member Functions inherited from PrefixSearch
 defaultSearchBackend ( $namespaces, $search, $limit, $offset)
 Unless overridden by PrefixSearchBackend hook... This is case-sensitive (First character may be automatically capitalized by Title::secureAndSpit() later on depending on $wgCapitalLinks)
 
 search ( $search, $limit, $namespaces=[], $offset=0)
 Do a prefix search of titles and return a list of matching page names.
 
 searchWithVariants ( $search, $limit, array $namespaces, $offset=0)
 Do a prefix search for all possible variants of the prefix.
 

Detailed Description

Performs prefix search, returning Title objects.

Deprecated
Since 1.27, Use SearchEngine::defaultPrefixSearch or SearchEngine::completionSearch

Definition at line 30 of file TitlePrefixSearch.php.

Member Function Documentation

◆ strings()

TitlePrefixSearch::strings ( array $strings)
protected
Parameters
string[]$strings
Returns
Title[]

Reimplemented from PrefixSearch.

Definition at line 44 of file TitlePrefixSearch.php.

◆ titles()

TitlePrefixSearch::titles ( array $titles)
protected
Parameters
Title[]$titles
Returns
Title[]

Reimplemented from PrefixSearch.

Definition at line 36 of file TitlePrefixSearch.php.


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