MediaWiki
REL1_22
|
This is a test of the interface, mainly. More...
Public Member Functions | |
__construct () | |
cas ($casToken, $key, $value, $exptime=0) | |
delete ($key, $time=0) | |
get ($key, &$casToken=null) | |
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.
References array().
HashBagOStuff::cas | ( | $ | casToken, |
$ | key, | ||
$ | value, | ||
$ | exptime = 0 |
||
) |
$casToken | mixed |
$key | string |
$value | mixed |
$exptime | int |
Reimplemented from BagOStuff.
Definition at line 90 of file HashBagOStuff.php.
HashBagOStuff::delete | ( | $ | key, |
$ | time = 0 |
||
) |
$key | string |
$time | int |
Reimplemented from BagOStuff.
Definition at line 103 of file HashBagOStuff.php.
References $key.
HashBagOStuff::expire | ( | $ | key | ) | [protected] |
$key | string |
Definition at line 41 of file HashBagOStuff.php.
References $key.
Referenced by get().
HashBagOStuff::get | ( | $ | key, |
&$ | casToken = null |
||
) |
$key | string |
$casToken[optional] | mixed |
Reimplemented from BagOStuff.
Definition at line 58 of file HashBagOStuff.php.
HashBagOStuff::set | ( | $ | key, |
$ | value, | ||
$ | exptime = 0 |
||
) |
$key | string |
$value | mixed |
$exptime | int |
Reimplemented from BagOStuff.
Definition at line 78 of file HashBagOStuff.php.
References $key, $value, array(), and BagOStuff\convertExpiry().
HashBagOStuff::$bag |
Definition at line 31 of file HashBagOStuff.php.