Limiter
Class Limiter
Table of Contents
Methods
- getEmailMonthly() : CountLimiter
- Return email limiter.
- getList() : array<string|int, iLimiter>
- Return true if installation is portal.
- getMonthly() : CountLimiter
- Return monthly limiter.
- getMonthlyLimitPercentage() : int
- Get monthly limiter percentage.
- getPortalVerification() : iLimiter
- setMonthlyLimitPercentage() : void
- Set monthly limiter percentage.
Methods
getEmailMonthly()
Return email limiter.
public
static getEmailMonthly(mixed $email) : CountLimiter
Parameters
- $email : mixed
Return values
CountLimitergetList()
Return true if installation is portal.
public
static getList() : array<string|int, iLimiter>
Return values
array<string|int, iLimiter>getMonthly()
Return monthly limiter.
public
static getMonthly() : CountLimiter
Return values
CountLimitergetMonthlyLimitPercentage()
Get monthly limiter percentage.
public
static getMonthlyLimitPercentage() : int
Return values
intgetPortalVerification()
public
static getPortalVerification() : iLimiter
Return values
iLimitersetMonthlyLimitPercentage()
Set monthly limiter percentage.
public
static setMonthlyLimitPercentage(int $value) : void
Parameters
- $value : int
-
Value.