PHP Class Horde_Token_Null, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Token_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
add ( string $tokenID ) Add a token ID.
exists ( $tokenID ) : boolean Does the token exist?
purge ( ) Delete all expired connection IDs.

Method Details

add() public méthode

Add a token ID.
public add ( string $tokenID )
$tokenID string Token ID to add.

exists() public méthode

Does the token exist?
public exists ( $tokenID ) : boolean
Résultat boolean True if the token exists.

purge() public méthode

Delete all expired connection IDs.
public purge ( )