XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XoopsSingleTokenHandler Class Reference
Inheritance diagram for XoopsSingleTokenHandler:
XoopsTokenHandler

Public Member Functions

 autoValidate ($name, $clearIfValid=true)
 
- Public Member Functions inherited from XoopsTokenHandler
create ($name, $timeout=XOOPS_TOKEN_TIMEOUT)
 
fetch ($name)
 
 register (&$token)
 
 unregister (&$token)
 
 isRegistered ($name)
 
 validate (&$token, $clearIfValid)
 

Static Public Member Functions

static & quickCreate ($name, $timeout=XOOPS_TOKEN_TIMEOUT)
 
static quickValidate ($name, $clearIfValid=true)
 

Additional Inherited Members

- Data Fields inherited from XoopsTokenHandler
 $_prefix = ''
 

Detailed Description

Definition at line 281 of file token.php.

Member Function Documentation

◆ autoValidate()

autoValidate ( $name,
$clearIfValid = true )

Definition at line 283 of file token.php.

◆ quickCreate()

static & quickCreate ( $name,
$timeout = XOOPS_TOKEN_TIMEOUT )
static

static method. This method was created for quick protection of default modules. this method will be deleted in the near future.

Parameters
$name
int$timeout
Returns
\XoopsToken
Deprecated

Definition at line 300 of file token.php.

◆ quickValidate()

static quickValidate ( $name,
$clearIfValid = true )
static

static method. This method was created for quick protection of default modules. this method will be deleted in the near future.

Parameters
$name
bool$clearIfValid
Returns
bool
Deprecated

Definition at line 316 of file token.php.


The documentation for this class was generated from the following file: