Horde_Token_Base::exists PHP Méthode

exists() abstract public méthode

Does the token exist?
abstract public exists ( string $tokenID ) : boolean
$tokenID string Token ID.
Résultat boolean True if the token exists.
    public abstract function exists($tokenID);