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

Public Member Functions

 getStorageType ()
 
 getStorageInfo ()
 
 setErrorMessage ($error_message)
 
 getErrorMessage ()
 
 init ()
 
 write ($pgt, $pgt_iou)
 
 read ($pgt_iou)
 

Public Attributes

 $_error_message
 
 $_initialized
 

Protected Member Functions

 __construct ($cas_parent)
 
 isInitialized ()
 

Detailed Description

Basic class for PGT storage The CAS_PGTStorage_AbstractStorage class is a generic class for PGT storage. This class should not be instanciated itself but inherited by specific PGT storage classes.

Definition at line 46 of file AbstractStorage.php.