PHP Класс 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.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Token_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
add ( string $tokenID ) Add a token ID.
exists ( $tokenID ) : boolean Does the token exist?
purge ( ) Delete all expired connection IDs.

Описание методов

add() публичный Метод

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

exists() публичный Метод

Does the token exist?
public exists ( $tokenID ) : boolean
Результат boolean True if the token exists.

purge() публичный Метод

Delete all expired connection IDs.
public purge ( )