Basic class for PGT database storage The CAS_PGTStorage_Db class is a class for PGT database 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, $dsn_or_pdo, $username='', $password='', $table='', $driver_options=null) |
| The class constructor. More...
|
|
| init () |
| This method is used to initialize the storage. More...
|
|
| createTable () |
| This method creates the database table used to store pgt's and pgtiou's. More...
|
|
| write ($pgt, $pgt_iou) |
| This method stores a PGT and its corresponding PGT Iou in the database. More...
|
|
| read ($pgt_iou) |
| This method reads a PGT corresponding to a PGT Iou and deletes the corresponding db entry. More...
|
|
| __construct ($cas_parent) |
| The constructor of the class, should be called only by inherited classes. 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...
|
|
| isInitialized () |
| This method tells if the storage has already been intialized. 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...
|
|
Basic class for PGT database storage The CAS_PGTStorage_Db class is a class for PGT database storage.
Definition at line 46 of file Db.php.
The documentation for this class was generated from the following file:
- Services/CAS/lib/CAS/PGTStorage/Db.php