Public Member Functions | |
store (array $a) | |
get ($a) | |
Looks up the stored value for single key. |
Definition at line 91 of file MessageIndexTest.php.
TestableCDBMessageIndex::get | ( | $ | key | ) |
Looks up the stored value for single key.
Only for testing.
string | $key |
Reimplemented from CDBMessageIndex.
Definition at line 98 of file MessageIndexTest.php.
TestableCDBMessageIndex::store | ( | array $ | a | ) |
Reimplemented from CDBMessageIndex.
Definition at line 94 of file MessageIndexTest.php.