30 protected function titles( array $titles ) {
34 protected function strings( array $strings ) {
35 $titles = array_map(
'Title::newFromText', $strings );
37 $lb->setCaller( __METHOD__ );
Class representing a list of titles The execute() method checks them all for existence and adds them ...
Handles searching prefixes of titles and finding any page names that match.
Performs prefix search, returning Title objects.
titles(array $titles)
When implemented in a descendant class, receives an array of Title objects and returns either an unmo...
strings(array $strings)
When implemented in a descendant class, receives an array of titles as strings and returns either an ...