MediaWiki
REL1_24
|
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. | |
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. |
Performs prefix search, returning strings.
Definition at line 317 of file PrefixSearch.php.
StringPrefixSearch::strings | ( | array $ | strings | ) | [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 325 of file PrefixSearch.php.
StringPrefixSearch::titles | ( | array $ | titles | ) | [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 319 of file PrefixSearch.php.
References $t, $titles, and Title\getPrefixedText().