IMP_Sentmail::numberOfRecipients PHP Méthode

numberOfRecipients() abstract public méthode

Returns the number of recipients within a certain time period.
abstract public numberOfRecipients ( integer $hours, boolean $user = false ) : integer
$hours integer Time period in hours.
$user boolean Return the number of recipients for the current user?
Résultat integer The number of recipients in the given time period.
    public abstract function numberOfRecipients($hours, $user = false);