Bitrix API

SenderSendCounter

Table of Contents

Constants

DEFAULT_LIMIT  = 250

Methods

get()  : int
Returns the daily counter.
getMonthly()  : int
Returns the monthly counter.
increment()  : mixed

Constants

Methods

get()

Returns the daily counter.

public get(string $email) : int
Parameters
$email : string

email for search current counter

Return values
int

getMonthly()

Returns the monthly counter.

public getMonthly(string $email) : int
Parameters
$email : string

email for search current counter

Return values
int

increment()

public increment(int $email[, int $increment = 1 ]) : mixed
Parameters
$email : int
$increment : int = 1

        
On this page

Search results