|
MediaWiki
1.23.0
|
Performs prefix search, returning strings. More...


Protected Member Functions | |
| strings (array $strings) | |
| When implemented in a descendant class, receives an array of titles as strings and returns either an unmodified array or an array of Title objects corresponding to strings received. More... | |
| titles (array $titles) | |
| When implemented in a descendant class, receives an array of Title objects and returns either an unmodified array or an array of strings corresponding to titles passed to it. More... | |
Protected Member Functions inherited from PrefixSearch | |
| defaultSearchBackend ( $namespaces, $search, $limit) | |
| Unless overridden by PrefixSearchBackend hook... More... | |
| searchBackend ( $namespaces, $search, $limit) | |
| Do a prefix search of titles and return a list of matching page names. More... | |
| specialSearch ( $search, $limit) | |
| Prefix search special-case for Special: namespace. More... | |
| validateNamespaces ( $namespaces) | |
| Validate an array of numerical namespace indexes. More... | |
Additional Inherited Members | |
Public Member Functions inherited from PrefixSearch | |
| search ( $search, $limit, $namespaces=array()) | |
| Do a prefix search of titles and return a list of matching page names. More... | |
| searchWithVariants ( $search, $limit, array $namespaces) | |
| Do a prefix search for all possible variants of the prefix. More... | |
Static Public Member Functions inherited from PrefixSearch | |
| static | titleSearch ( $search, $limit, $namespaces=array()) |
| Do a prefix search of titles and return a list of matching page names. More... | |
Performs prefix search, returning strings.
Definition at line 296 of file PrefixSearch.php.
|
protected |
When implemented in a descendant class, receives an array of titles as strings and returns either an unmodified array or an array of Title objects corresponding to strings received.
| array | $strings |
Reimplemented from PrefixSearch.
Definition at line 302 of file PrefixSearch.php.
|
protected |
When implemented in a descendant class, receives an array of Title objects and returns either an unmodified array or an array of strings corresponding to titles passed to it.
| array | $titles |
Reimplemented from PrefixSearch.
Definition at line 298 of file PrefixSearch.php.