MediaWiki  REL1_22
MockSearch Class Reference
Inheritance diagram for MockSearch:
Collaboration diagram for MockSearch:

List of all members.

Public Member Functions

 __construct ($db)
 update ($id, $title, $text)
 Create or update the search index record for the given page.

Static Public Attributes

static $id
static $text
static $title

Detailed Description

Definition at line 3 of file SearchUpdateTest.php.


Constructor & Destructor Documentation

Reimplemented from SearchEngine.

Definition at line 8 of file SearchUpdateTest.php.


Member Function Documentation

MockSearch::update ( id,
title,
text 
)

Create or update the search index record for the given page.

Title and text should be pre-processed. STUB

Parameters:
$idInteger
$titleString
$textString

Reimplemented from SearchEngine.

Definition at line 11 of file SearchUpdateTest.php.

References $id, $text, $title, and $title.


Member Data Documentation

MockSearch::$id [static]

Definition at line 4 of file SearchUpdateTest.php.

Referenced by update().

MockSearch::$text [static]

Definition at line 6 of file SearchUpdateTest.php.

Referenced by update().

MockSearch::$title [static]

Definition at line 5 of file SearchUpdateTest.php.

Referenced by update().


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