SenderSendCounter
Table of Contents
Constants
- DEFAULT_LIMIT = 250
Methods
- get() : int
- Returns the daily counter.
- getMonthly() : int
- Returns the monthly counter.
- increment() : mixed
Constants
DEFAULT_LIMIT
public
mixed
DEFAULT_LIMIT
= 250
Methods
get()
Returns the daily counter.
public
get(string $email) : int
Parameters
- $email : string
-
email for search current counter
Return values
intgetMonthly()
Returns the monthly counter.
public
getMonthly(string $email) : int
Parameters
- $email : string
-
email for search current counter
Return values
intincrement()
public
increment(int $email[, int $increment = 1 ]) : mixed
Parameters
- $email : int
- $increment : int = 1