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

Public Member Functions

 setUp ()
 
 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_notifications.php - Sends daily email notifications.

Author
André Noack noack.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
Jan-Hendrik Willms tleil.nosp@m.ax+s.nosp@m.tudip.nosp@m.@gma.nosp@m.il.co.nosp@m.m public

Member Function Documentation

◆ execute()

execute (   $last_result,
  $parameters = [] 
)

Executes the cronjob.

Parameters
mixed$last_resultWhat the last execution of this cronjob returned.
Array$parametersParameters for this cronjob instance which were defined during scheduling. Only valid parameter at the moment is "verbose" which toggles verbose output while purging the cache.

◆ getDescription()

static getDescription ( )
static

Returns the description of the cronjob.

◆ getName()

static getName ( )
static

Returns the name of the cronjob.

◆ getParameters()

static getParameters ( )
static

Return the paremeters for this cronjob.

Returns
Array Parameters.

◆ setUp()

setUp ( )

Setup method. Loads neccessary classes and checks environment. Will bail out with an exception if environment does not match requirements.


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