phpCAS  version 1.4.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
CAS_PGTStorage_File Class Reference
Inheritance diagram for CAS_PGTStorage_File:
CAS_PGTStorage_AbstractStorage

Public Member Functions

 getStorageType ()
 
 getStorageInfo ()
 
 __construct ($cas_parent, $path)
 
 init ()
 
 write ($pgt, $pgt_iou)
 
 read ($pgt_iou)
 
- Public Member Functions inherited from CAS_PGTStorage_AbstractStorage
 getStorageType ()
 
 getStorageInfo ()
 
 setErrorMessage ($error_message)
 
 getErrorMessage ()
 
 init ()
 
 write ($pgt, $pgt_iou)
 
 read ($pgt_iou)
 

Private Member Functions

 getPath ()
 
 getPGTIouFilename ($pgt_iou)
 

Private Attributes

 $_path
 

Additional Inherited Members

- Public Attributes inherited from CAS_PGTStorage_AbstractStorage
 $_error_message
 
 $_initialized
 
- Protected Member Functions inherited from CAS_PGTStorage_AbstractStorage
 __construct ($cas_parent)
 
 isInitialized ()
 

Detailed Description

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.