MediaWiki
REL1_20
|
This is a test of the interface, mainly. More...
Public Member Functions | |
__construct () | |
delete ($key, $time=0) | |
get ($key) | |
keys () | |
set ($key, $value, $exptime=0) | |
Public Attributes | |
$bag | |
Protected Member Functions | |
expire ($key) |
This is a test of the interface, mainly.
It stores things in an associative array, which is not going to persist between program runs.
Definition at line 30 of file HashBagOStuff.php.
Definition at line 33 of file HashBagOStuff.php.
HashBagOStuff::delete | ( | $ | key, |
$ | time = 0 |
||
) |
$key | string |
$time | int |
Reimplemented from BagOStuff.
Definition at line 85 of file HashBagOStuff.php.
HashBagOStuff::expire | ( | $ | key | ) | [protected] |
$key | string |
Definition at line 41 of file HashBagOStuff.php.
Referenced by get().
HashBagOStuff::get | ( | $ | key | ) |
$key | string |
Reimplemented from BagOStuff.
Definition at line 57 of file HashBagOStuff.php.
References expire().
HashBagOStuff::set | ( | $ | key, |
$ | value, | ||
$ | exptime = 0 |
||
) |
$key | string |
$value | mixed |
$exptime | int |
Reimplemented from BagOStuff.
Definition at line 75 of file HashBagOStuff.php.
References $value, and BagOStuff\convertExpiry().
HashBagOStuff::$bag |
Definition at line 31 of file HashBagOStuff.php.