The CAS_PGTStorage_File class is a class for PGT file storage.
More...
|
| getStorageType () |
| This method returns an informational string giving the type of storage used by the object (used for debugging purposes). More...
|
|
| getStorageInfo () |
| This method returns an informational string giving informations on the parameters of the storage. More...
|
|
| __construct ($cas_parent, $path) |
| The class constructor, called by CAS_Client::SetPGTStorageFile(). More...
|
|
| init () |
| This method is used to initialize the storage. More...
|
|
| write ($pgt, $pgt_iou) |
| This method stores a PGT and its corresponding PGT Iou into a file. More...
|
|
| read ($pgt_iou) |
| This method reads a PGT corresponding to a PGT Iou and deletes the corresponding file. More...
|
|
| getStorageType () |
| This virtual method returns an informational string giving the type of storage used by the object (used for debugging purposes). More...
|
|
| getStorageInfo () |
| This virtual method returns an informational string giving informations on the parameters of the storage. More...
|
|
| setErrorMessage ($error_message) |
| This method sets en error message, which can be read later by PGTStorage::getErrorMessage(). More...
|
|
| getErrorMessage () |
| This method returns an error message set by PGTStorage::setErrorMessage(). More...
|
|
| init () |
| This virtual method initializes the object. More...
|
|
| write ($pgt, $pgt_iou) |
| This virtual method stores a PGT and its corresponding PGT Iuo. More...
|
|
| read ($pgt_iou) |
| This virtual method reads a PGT corresponding to a PGT Iou and deletes the corresponding storage entry. More...
|
|
|
| getPath () |
| This method returns the name of the directory where PGT's should be stored on the filesystem. More...
|
|
| getPGTIouFilename ($pgt_iou) |
| This method returns the filename corresponding to a PGT Iou. More...
|
|
|
| $_path |
| a string telling where PGT's should be stored on the filesystem. More...
|
|
The CAS_PGTStorage_File class is a class for PGT file storage.
An instance of this class is returned by CAS_Client::SetPGTStorageFile().
Definition at line 45 of file File.php.
The documentation for this class was generated from the following file:
- Services/CAS/lib/CAS/PGTStorage/File.php