FileSystemSegmentHandler Class Reference
[Root classes for building DAO hierarchies]

Inheritance diagram for FileSystemSegmentHandler:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($segmentId)
 touch ($key)
 creates key in segment
 unlink ($key)
 deletes key from segment
 ping ($key)
 checks for a key existence in segment
 drop ()
 destroys segment

Private Attributes

 $path = null


Detailed Description

Definition at line 16 of file FileSystemSegmentHandler.class.php.


Constructor & Destructor Documentation

FileSystemSegmentHandler::__construct ( segmentId  ) 

Implements SegmentHandler.

Definition at line 20 of file FileSystemSegmentHandler.class.php.

References $path.


Member Function Documentation

FileSystemSegmentHandler::touch ( key  ) 

creates key in segment

Implements SegmentHandler.

Definition at line 34 of file FileSystemSegmentHandler.class.php.

FileSystemSegmentHandler::unlink ( key  ) 

deletes key from segment

Implements SegmentHandler.

Definition at line 45 of file FileSystemSegmentHandler.class.php.

FileSystemSegmentHandler::ping ( key  ) 

checks for a key existence in segment

Implements SegmentHandler.

Definition at line 56 of file FileSystemSegmentHandler.class.php.

FileSystemSegmentHandler::drop (  ) 

destroys segment

Implements SegmentHandler.

Definition at line 61 of file FileSystemSegmentHandler.class.php.

References FileUtils::removeDirectory().

Here is the call graph for this function:


Member Data Documentation

FileSystemSegmentHandler::$path = null [private]

Definition at line 18 of file FileSystemSegmentHandler.class.php.

Referenced by __construct().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:24 2007 for onPHP by  doxygen 1.5.4