MailSummaryProcessor
in package
MailSummaryProcessor is called by cron on given intervals (daily or hourly) and creates mail summaries from the users.
Tags
Table of Contents
Methods
- process() : mixed
- Processes mail summary for given interval
- checkUser() : bool
- Checks if a e-mail summary should be send to the user
Methods
process()
Processes mail summary for given interval
public
static process(int $interval) : mixed
Parameters
- $interval : int
checkUser()
Checks if a e-mail summary should be send to the user
protected
static checkUser(User $user, int $interval) : bool
Parameters
- $user : User
- $interval : int