Stud.IP  5.4
SendMailQueueJob Class Reference
Inheritance diagram for SendMailQueueJob:
CronJob

Public Member Functions

 execute ($last_result, $parameters=[])
 
- Public Member Functions inherited from CronJob
 execute ($last_result, $parameters=[])
 
 setUp ()
 
 tearDown ()
 

Static Public Member Functions

static getName ()
 
static getDescription ()
 
static getParameters ()
 
- Static Public Member Functions inherited from CronJob
static getName ()
 
static getDescription ()
 
static getParameters ()
 
static register ()
 
static unregister ()
 

Detailed Description

send_mail_queue.class.php

Author
Rasmus Fuhse fuhse.nosp@m.@dat.nosp@m.a-que.nosp@m.st.d.nosp@m.e, Suchi & Berg GmbH info@.nosp@m.data.nosp@m.-ques.nosp@m.t.de public
Since
3.0 Cronjob class to send the mailqueue each interval.

Member Function Documentation

◆ execute()

execute (   $last_result,
  $parameters = [] 
)

Sends all mails in the queue.

Parameters
integer$last_result: not evaluated for execution, so any integer will do. Usually it would be a unix-timestamp of last execution. But in this case we don't care at all.
array$parameters: not needed here

◆ getDescription()

static getDescription ( )
static

Returns the description of the cronjob.

Returns
string : description of the cronjob.

◆ getName()

static getName ( )
static

Returns the name of the cronjob.

Returns
string : name of the cronjob

◆ getParameters()

static getParameters ( )
static

Returns a list of available parameters for this cronjob. See the description in the CronJob class for a specification for the returned array.

Returns
array A list of available parameters for this cronjob.

The documentation for this class was generated from the following file: