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 | $title |
static | $text |
Definition at line 30 of file SearchUpdateTest.php.
MockSearch::__construct | ( | $ | db | ) |
Definition at line 35 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 38 of file SearchUpdateTest.php.
MockSearch::$id [static] |
MockSearch::$text [static] |
Definition at line 33 of file SearchUpdateTest.php.
Referenced by SearchUpdateTest::update(), and update().
MockSearch::$title [static] |
Definition at line 32 of file SearchUpdateTest.php.
Referenced by SearchUpdateTest::update(), and update().