onPHP

FileSystemSegmentHandler Class Reference

 

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.


Member Function Documentation

FileSystemSegmentHandler::touch ( key  ) 

creates key in segment

Implements SegmentHandler.

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

FileSystemSegmentHandler::unlink ( key  ) 

deletes key from segment

Implements SegmentHandler.

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

FileSystemSegmentHandler::ping ( key  ) 

checks for a key existence in segment

Implements SegmentHandler.

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

FileSystemSegmentHandler::drop (  ) 

destroys segment

Implements SegmentHandler.

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


Member Data Documentation

FileSystemSegmentHandler::$path = null [private]

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


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

generated by doxygen-1.5.1
for onPHP at Mon Jan 8 11:43:01 2007