Public Member Functions | |
store (array $a) | |
get ($a) | |
Looks up the stored value for single key. |
Definition at line 103 of file MessageIndexTest.php.
TestableSerializedMessageIndex::get | ( | $ | key | ) |
Looks up the stored value for single key.
Only for testing.
string | $key |
Reimplemented from MessageIndex.
Definition at line 110 of file MessageIndexTest.php.
TestableSerializedMessageIndex::store | ( | array $ | a | ) |
Reimplemented from SerializedMessageIndex.
Definition at line 106 of file MessageIndexTest.php.