Public Member Functions | |
store (array $a) | |
get ($a) | |
Looks up the stored value for single key. |
Definition at line 79 of file MessageIndexTest.php.
TestableDatabaseMessageIndex::get | ( | $ | key | ) |
Looks up the stored value for single key.
Only for testing.
string | $key |
Reimplemented from DatabaseMessageIndex.
Definition at line 86 of file MessageIndexTest.php.
TestableDatabaseMessageIndex::store | ( | array $ | a | ) |
Reimplemented from DatabaseMessageIndex.
Definition at line 82 of file MessageIndexTest.php.