DailyLimit
Class DailyLimit
Table of Contents
Methods
- __construct() : mixed
- Constructor.
- getCurrent() : int
- Get current.
- getLimit() : int
- Get limit.
- increment() : void
- Increment sent mails.
- incrementError() : void
- Increment error mails.
- instance() : static
- Return true if installation is portal.
- setLimit() : void
- Set limit.
Methods
__construct()
Constructor.
public
__construct() : mixed
getCurrent()
Get current.
public
getCurrent() : int
Return values
intgetLimit()
Get limit.
public
getLimit() : int
Return values
intincrement()
Increment sent mails.
public
static increment() : void
incrementError()
Increment error mails.
public
static incrementError() : void
instance()
Return true if installation is portal.
public
static instance() : static
Return values
staticsetLimit()
Set limit.
public
setLimit(int $limit) : void
Parameters
- $limit : int
-
Limit.