MediaWiki  REL1_20
EmptyBagOStuff Class Reference

A BagOStuff object with no objects in it. More...

Inheritance diagram for EmptyBagOStuff:
Collaboration diagram for EmptyBagOStuff:

List of all members.

Public Member Functions

 delete ($key, $time=0)
 get ($key)
 set ($key, $value, $exp=0)

Detailed Description

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.


Member Function Documentation

EmptyBagOStuff::delete ( key,
time = 0 
)
Parameters:
$keystring
$timeint
Returns:
bool

Reimplemented from BagOStuff.

Definition at line 54 of file EmptyBagOStuff.php.

EmptyBagOStuff::get ( key)
Parameters:
$keystring
Returns:
bool

Reimplemented from BagOStuff.

Definition at line 35 of file EmptyBagOStuff.php.

EmptyBagOStuff::set ( key,
value,
exp = 0 
)
Parameters:
$keystring
$valuemixed
$expint
Returns:
bool

Reimplemented from BagOStuff.

Definition at line 45 of file EmptyBagOStuff.php.


The documentation for this class was generated from the following file: