Stud.IP  jlu_3.3 Revision
SendMailQueueJob Class Reference
Inheritance diagram for SendMailQueueJob:
Inheritance graph
Collaboration diagram for SendMailQueueJob:
Collaboration graph

Public Member Functions

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

Static Public Member Functions

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

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 @access public
Since
3.0 Cronjob class to send the mailqueue each interval.

Member Function Documentation

◆ execute()

execute (   $last_result,
  $parameters = array() 
)

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

Reimplemented from CronJob.

Here is the call graph for this function:

◆ getDescription()

static getDescription ( )
static

Returns the description of the cronjob.

Returns
string : description of the cronjob.

Reimplemented from CronJob.

◆ getName()

static getName ( )
static

Returns the name of the cronjob.

Returns
string : name of the cronjob

Reimplemented from CronJob.


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