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
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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 ( )