Skip to content

Commit

Permalink
#15 remove deprecated setPGTstorage function since php functions can't
Browse files Browse the repository at this point in the history
be overloaded
  • Loading branch information
jfritschi committed Jan 2, 2012
1 parent dc44671 commit a0ab159
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions source/CAS.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,25 +775,6 @@ public static function setPGTStorageDb($dsn_or_pdo, $username='',
phpCAS :: traceEnd();
}

/**
* This method is used to tell phpCAS to store the response of the
* CAS server to PGT requests onto the filesystem.
*
* @param string $format the format used to store the PGT's.
* @param string $path the path where the PGT's should be stored
*
* @return void
*
* @deprecated This format parameter has no effect. All storage is done in
* plain format. Use the setPGTStorageFile($file) function.
*/
public static function setPGTStorageFile($format = '', $path = '')
{
phpCAS :: traceBegin();
phpCAS :: setPGTStorageFile($path);
phpCAS :: traceEnd();
}

/**
* This method is used to tell phpCAS to store the response of the
* CAS server to PGT requests onto the filesystem.
Expand Down

0 comments on commit a0ab159

Please sign in to comment.