MediaWiki
REL1_24
|
Performs prefix search, returning Title objects. 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 Title objects.
Definition at line 298 of file PrefixSearch.php.
TitlePrefixSearch::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 304 of file PrefixSearch.php.
TitlePrefixSearch::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 300 of file PrefixSearch.php.
References $titles.