Inherits BagOStuff.
Public Member Functions | |
__construct () | |
_expire ($key) | |
get ($key) | |
set ($key, $value, $exptime=0) | |
delete ($key, $time=0) | |
keys () | |
Public Attributes | |
$bag |
It stores things in an associative array, which is not going to persist between program runs.
Definition at line 178 of file BagOStuff.php.
HashBagOStuff::__construct | ( | ) |
HashBagOStuff::_expire | ( | $ | key | ) |
HashBagOStuff::delete | ( | $ | key, | |
$ | time = 0 | |||
) |
HashBagOStuff::get | ( | $ | key | ) |
HashBagOStuff::keys | ( | ) |
HashBagOStuff::set | ( | $ | key, | |
$ | value, | |||
$ | exptime = 0 | |||
) |
Reimplemented from BagOStuff.
Definition at line 201 of file BagOStuff.php.
References $key, and BagOStuff::convertExpiry().
HashBagOStuff::$bag |
Definition at line 179 of file BagOStuff.php.