|
Moodle
2.2.1
http://www.collinsharper.com
|
|
Enumerations | |
| enum | CAS_PGT_STORAGE_FILE_DEFAULT_PATH |
| enum | CAS_PGT_STORAGE_FILE_FORMAT_PLAIN |
| enum | CAS_PGT_STORAGE_FILE_FORMAT_XML |
| enum | CAS_PGT_STORAGE_FILE_DEFAULT_FORMAT |
Functions | |
| setPGTStorageFile ($format= '', $path= '') | |
phpCAS::setPGTStorageFile()'s 2nd parameter to write plain text files
phpCAS::setPGTStorageFile()'s 2nd parameter to write xml files
| setPGTStorageFile | ( | $ | format = '', |
| $ | path = '' |
||
| ) |
This method is used to tell phpCAS to store the response of the CAS server to PGT requests onto the filesystem.
| $format | the format used to store the PGT's (`plain' and `xml' allowed) |
| $path | the path where the PGT's should be stored |
Definition at line 706 of file CAS.php.
