MediaWiki  REL1_24
TitlePrefixSearch Class Reference

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

Inheritance diagram for TitlePrefixSearch:
Collaboration diagram for TitlePrefixSearch:

List of all members.

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.

Detailed Description

Performs prefix search, returning Title objects.

Definition at line 298 of file PrefixSearch.php.


Member Function Documentation

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.

Parameters:
array$strings
Returns:
array

Reimplemented from PrefixSearch.

Definition at line 304 of file PrefixSearch.php.

References $lb, and $titles.

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.

Parameters:
array$titles
Returns:
array

Reimplemented from PrefixSearch.

Definition at line 300 of file PrefixSearch.php.

References $titles.


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