MediaWiki  REL1_24
CdbWriterDBA Class Reference

Writer class which uses the DBA extension. More...

Inheritance diagram for CdbWriterDBA:
Collaboration diagram for CdbWriterDBA:

List of all members.

Public Member Functions

 __construct ($fileName)
 Create the object and open the file.
 close ()
 Close the writer object.
 set ($key, $value)
 Set a key to a given value.

Detailed Description

Writer class which uses the DBA extension.

Definition at line 49 of file CdbDBA.php.


Constructor & Destructor Documentation

CdbWriterDBA::__construct ( fileName)

Create the object and open the file.

Parameters:
string$fileName

Reimplemented from CdbWriter.

Definition at line 50 of file CdbDBA.php.


Member Function Documentation

Close the writer object.

You should call this function before the object goes out of scope, to write out the final hashtables.

Reimplemented from CdbWriter.

Definition at line 63 of file CdbDBA.php.

References CdbWriter\isWindows().

CdbWriterDBA::set ( key,
value 
)

Set a key to a given value.

The value will be converted to string.

Parameters:
string$key
string$value

Reimplemented from CdbWriter.

Definition at line 59 of file CdbDBA.php.

References $key, and $value.


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