Method | Description | |
---|---|---|
globalDelay ( ) : integer | Returns the global throttling delay, in seconds. | |
ipDelay ( string $ipAddress ) : integer | Returns the IP address throttling delay, in seconds. | |
log ( string $ipAddress = null, Cartalyst\Sentinel\Users\UserInterface $user = null ) : void | Logs a new throttling entry. | |
userDelay ( Cartalyst\Sentinel\Users\UserInterface $user ) : integer | Returns the throttling delay for the given user, in seconds. |
public globalDelay ( ) : integer | ||
return | integer |