Documentation

Attempt

Table of Contents

$attempt  : bool
$attemptMax  : int
$attemptTimeout  : int
clearAttempt()  : mixed
kullanıcı giriş haklarını sıfırlar
hash()  : string
cache()  : CacheInterface
checkAttempt()  : bool
kullanıcı giriş deneme haklarını tüketmişse true döner
setAttempt()  : mixed
Giriş deneme sayısını arttırır

Properties

$attempt

protected bool $attempt = true

$attemptMax

protected int $attemptMax = 3

$attemptTimeout

protected int $attemptTimeout = 60

Methods

clearAttempt()

kullanıcı giriş haklarını sıfırlar

protected clearAttempt(string $string) : mixed
Parameters
$string : string
Return values
mixed

hash()

protected hash(string $string) : string
Parameters
$string : string
Return values
string

checkAttempt()

kullanıcı giriş deneme haklarını tüketmişse true döner

private checkAttempt(string $string) : bool
Parameters
$string : string
Return values
bool

setAttempt()

Giriş deneme sayısını arttırır

private setAttempt(string $string) : mixed
Parameters
$string : string
Return values
mixed

Search results