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
ファイルを表示 Open project: horde/horde

Public Methods

Method 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 method

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

exists() public method

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

purge() public method

Delete all expired connection IDs.
public purge ( )