MediaWiki
REL1_20
|
A BagOStuff object with no objects in it. More...
Public Member Functions | |
delete ($key, $time=0) | |
get ($key) | |
set ($key, $value, $exp=0) |
A BagOStuff object with no objects in it.
Used to provide a no-op object to calling code.
Definition at line 29 of file EmptyBagOStuff.php.
EmptyBagOStuff::delete | ( | $ | key, |
$ | time = 0 |
||
) |
$key | string |
$time | int |
Reimplemented from BagOStuff.
Definition at line 54 of file EmptyBagOStuff.php.
EmptyBagOStuff::get | ( | $ | key | ) |
$key | string |
Reimplemented from BagOStuff.
Definition at line 35 of file EmptyBagOStuff.php.
EmptyBagOStuff::set | ( | $ | key, |
$ | value, | ||
$ | exp = 0 |
||
) |
$key | string |
$value | mixed |
$exp | int |
Reimplemented from BagOStuff.
Definition at line 45 of file EmptyBagOStuff.php.