MediaWiki
REL1_19
|
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 |
Definition at line 3 of file SearchUpdateTest.php.
MockSearch::__construct | ( | $ | db | ) |
Reimplemented from SearchEngine.
Definition at line 8 of file SearchUpdateTest.php.
MockSearch::update | ( | $ | id, |
$ | title, | ||
$ | text | ||
) |
Create or update the search index record for the given page.
Title and text should be pre-processed. STUB
$id | Integer |
$title | String |
$text | String |
Reimplemented from SearchEngine.
Definition at line 11 of file SearchUpdateTest.php.
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(), and SearchUpdateTest\update().
MockSearch::$title [static] |
Definition at line 5 of file SearchUpdateTest.php.
Referenced by update(), and SearchUpdateTest\update().