ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Class ilCtrlToken is responsible for generating and storing unique CSRF tokens. More...
Public Member Functions | |
__construct (string $token) | |
ilCtrlToken Constructor More... | |
verifyWith (string $token) | |
getToken () | |
Private Attributes | |
string | $token |
Class ilCtrlToken is responsible for generating and storing unique CSRF tokens.
Definition at line 27 of file class.ilCtrlToken.php.
ilCtrlToken::__construct | ( | string | $token | ) |
ilCtrlToken Constructor
string | $token |
Definition at line 41 of file class.ilCtrlToken.php.
References $token.
ilCtrlToken::getToken | ( | ) |
Implements ilCtrlTokenInterface.
Definition at line 57 of file class.ilCtrlToken.php.
References $token.
ilCtrlToken::verifyWith | ( | string | $token | ) |
|
private |
Definition at line 34 of file class.ilCtrlToken.php.
Referenced by __construct(), and getToken().