PHP 클래스 ManaPHP\Security\RateLimiter\Adapter\Redis

상속: extends ManaPHP\Security\RateLimiter
파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

프로퍼티 타입 설명
$_prefix string

공개 메소드들

메소드 설명
__construct ( string | array $options = [] ) Redis constructor.

보호된 메소드들

메소드 설명
_limit ( string $id, string $resource, integer $duration, integer $times ) : boolean

메소드 상세

__construct() 공개 메소드

Redis constructor.
public __construct ( string | array $options = [] )
$options string | array

_limit() 보호된 메소드

protected _limit ( string $id, string $resource, integer $duration, integer $times ) : boolean
$id string
$resource string
$duration integer
$times integer
리턴 boolean

프로퍼티 상세

$_prefix 보호되어 있는 프로퍼티

protected string $_prefix
리턴 string